pub enum IdentityMode {
Fixed,
Relocatable,
}Expand description
IdentityMode
Variants§
Trait Implementations§
Source§impl Clone for IdentityMode
impl Clone for IdentityMode
Source§fn clone(&self) -> IdentityMode
fn clone(&self) -> IdentityMode
Returns a duplicate of the value. Read more
1.0.0 · 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 IdentityMode
impl Debug for IdentityMode
Source§impl<'de> Deserialize<'de> for IdentityMode
impl<'de> Deserialize<'de> for IdentityMode
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for IdentityMode
impl PartialEq for IdentityMode
Source§impl Serialize for IdentityMode
impl Serialize for IdentityMode
impl Eq for IdentityMode
impl StructuralPartialEq for IdentityMode
Auto Trait Implementations§
impl Freeze for IdentityMode
impl RefUnwindSafe for IdentityMode
impl Send for IdentityMode
impl Sync for IdentityMode
impl Unpin for IdentityMode
impl UnsafeUnpin for IdentityMode
impl UnwindSafe for IdentityMode
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