pub struct AttachAttemptToken(/* private fields */);Expand description
Single-purpose credential-attach attempt token.
Implementations§
Trait Implementations§
Source§impl Clone for AttachAttemptToken
impl Clone for AttachAttemptToken
Source§fn clone(&self) -> AttachAttemptToken
fn clone(&self) -> AttachAttemptToken
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AttachAttemptToken
Source§impl Debug for AttachAttemptToken
impl Debug for AttachAttemptToken
impl Eq for AttachAttemptToken
Source§impl Hash for AttachAttemptToken
impl Hash for AttachAttemptToken
Source§impl PartialEq for AttachAttemptToken
impl PartialEq for AttachAttemptToken
impl StructuralPartialEq for AttachAttemptToken
Auto Trait Implementations§
impl Freeze for AttachAttemptToken
impl RefUnwindSafe for AttachAttemptToken
impl Send for AttachAttemptToken
impl Sync for AttachAttemptToken
impl Unpin for AttachAttemptToken
impl UnsafeUnpin for AttachAttemptToken
impl UnwindSafe for AttachAttemptToken
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