#[non_exhaustive]pub struct CredsJson { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CredsJson
impl RefUnwindSafe for CredsJson
impl Send for CredsJson
impl Sync for CredsJson
impl Unpin for CredsJson
impl UnsafeUnpin for CredsJson
impl UnwindSafe for CredsJson
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