pub struct StructInfoData {
pub name: &'static str,
pub named_fields: bool,
pub field_count: usize,
}Fields§
§name: &'static str§named_fields: bool§field_count: usizeTrait Implementations§
Source§impl Clone for StructInfoData
impl Clone for StructInfoData
Source§fn clone(&self) -> StructInfoData
fn clone(&self) -> StructInfoData
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 StructInfoData
impl Debug for StructInfoData
Source§impl Hash for StructInfoData
impl Hash for StructInfoData
Source§impl Ord for StructInfoData
impl Ord for StructInfoData
Source§fn cmp(&self, other: &StructInfoData) -> Ordering
fn cmp(&self, other: &StructInfoData) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for StructInfoData
impl PartialEq for StructInfoData
Source§impl PartialOrd for StructInfoData
impl PartialOrd for StructInfoData
impl Copy for StructInfoData
impl Eq for StructInfoData
impl StructuralPartialEq for StructInfoData
Auto Trait Implementations§
impl Freeze for StructInfoData
impl RefUnwindSafe for StructInfoData
impl Send for StructInfoData
impl Sync for StructInfoData
impl Unpin for StructInfoData
impl UnwindSafe for StructInfoData
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