pub struct NeedsCredentials;Expand description
Typestate marker: credentials have not yet been provided.
Auto Trait Implementations§
impl Freeze for NeedsCredentials
impl RefUnwindSafe for NeedsCredentials
impl Send for NeedsCredentials
impl Sync for NeedsCredentials
impl Unpin for NeedsCredentials
impl UnsafeUnpin for NeedsCredentials
impl UnwindSafe for NeedsCredentials
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