pub struct CredentialCrypto {
pub key: String,
}Fields§
§key: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for CredentialCrypto
impl RefUnwindSafe for CredentialCrypto
impl Send for CredentialCrypto
impl Sync for CredentialCrypto
impl Unpin for CredentialCrypto
impl UnsafeUnpin for CredentialCrypto
impl UnwindSafe for CredentialCrypto
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