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