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