pub struct NativeCredential {
pub secret: NativeCredentialSecret,
pub principal: Principal,
}Fields§
§secret: NativeCredentialSecret§principal: PrincipalTrait Implementations§
Auto Trait Implementations§
impl Freeze for NativeCredential
impl RefUnwindSafe for NativeCredential
impl Send for NativeCredential
impl Sync for NativeCredential
impl Unpin for NativeCredential
impl UnsafeUnpin for NativeCredential
impl UnwindSafe for NativeCredential
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