pub struct NativeDumpCollectionHeader {
pub name: String,
pub entity_count: u32,
}Fields§
§name: String§entity_count: u32Trait Implementations§
Source§impl Clone for NativeDumpCollectionHeader
impl Clone for NativeDumpCollectionHeader
Source§fn clone(&self) -> NativeDumpCollectionHeader
fn clone(&self) -> NativeDumpCollectionHeader
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 NativeDumpCollectionHeader
impl Debug for NativeDumpCollectionHeader
impl Eq for NativeDumpCollectionHeader
Source§impl PartialEq for NativeDumpCollectionHeader
impl PartialEq for NativeDumpCollectionHeader
Source§fn eq(&self, other: &NativeDumpCollectionHeader) -> bool
fn eq(&self, other: &NativeDumpCollectionHeader) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NativeDumpCollectionHeader
Auto Trait Implementations§
impl Freeze for NativeDumpCollectionHeader
impl RefUnwindSafe for NativeDumpCollectionHeader
impl Send for NativeDumpCollectionHeader
impl Sync for NativeDumpCollectionHeader
impl Unpin for NativeDumpCollectionHeader
impl UnsafeUnpin for NativeDumpCollectionHeader
impl UnwindSafe for NativeDumpCollectionHeader
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