pub struct IdentityConformance {
pub fixed_members: usize,
pub relocatable_members: usize,
}Expand description
IdentityConformance
Fields§
§fixed_members: usize§relocatable_members: usizeTrait Implementations§
Source§impl Clone for IdentityConformance
impl Clone for IdentityConformance
Source§fn clone(&self) -> IdentityConformance
fn clone(&self) -> IdentityConformance
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 IdentityConformance
impl Debug for IdentityConformance
Source§impl<'de> Deserialize<'de> for IdentityConformance
impl<'de> Deserialize<'de> for IdentityConformance
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 IdentityConformance
impl PartialEq for IdentityConformance
Source§fn eq(&self, other: &IdentityConformance) -> bool
fn eq(&self, other: &IdentityConformance) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for IdentityConformance
impl Serialize for IdentityConformance
impl Eq for IdentityConformance
impl StructuralPartialEq for IdentityConformance
Auto Trait Implementations§
impl Freeze for IdentityConformance
impl RefUnwindSafe for IdentityConformance
impl Send for IdentityConformance
impl Sync for IdentityConformance
impl Unpin for IdentityConformance
impl UnsafeUnpin for IdentityConformance
impl UnwindSafe for IdentityConformance
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