pub enum RememberDestinationIdentityOutcome {
Remembered,
Refreshed,
}Variants§
Trait Implementations§
Source§impl Clone for RememberDestinationIdentityOutcome
impl Clone for RememberDestinationIdentityOutcome
Source§fn clone(&self) -> RememberDestinationIdentityOutcome
fn clone(&self) -> RememberDestinationIdentityOutcome
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 RememberDestinationIdentityOutcome
impl Eq for RememberDestinationIdentityOutcome
impl StructuralPartialEq for RememberDestinationIdentityOutcome
Auto Trait Implementations§
impl Freeze for RememberDestinationIdentityOutcome
impl RefUnwindSafe for RememberDestinationIdentityOutcome
impl Send for RememberDestinationIdentityOutcome
impl Sync for RememberDestinationIdentityOutcome
impl Unpin for RememberDestinationIdentityOutcome
impl UnsafeUnpin for RememberDestinationIdentityOutcome
impl UnwindSafe for RememberDestinationIdentityOutcome
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