pub enum SasKey {
Key(Secret),
UserDelegationKey(UserDeligationKey),
}
Variants§
Key(Secret)
UserDelegationKey(UserDeligationKey)
Trait Implementations§
source§impl From<UserDeligationKey> for SasKey
impl From<UserDeligationKey> for SasKey
source§fn from(key: UserDeligationKey) -> Self
fn from(key: UserDeligationKey) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SasKey
impl RefUnwindSafe for SasKey
impl Send for SasKey
impl Sync for SasKey
impl Unpin for SasKey
impl UnwindSafe for SasKey
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more