Struct SnapshotFormatType
#[repr(transparent)]pub struct SnapshotFormatType(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for SnapshotFormatType
impl Clone for SnapshotFormatType
§fn clone(&self) -> SnapshotFormatType
fn clone(&self) -> SnapshotFormatType
Returns a copy 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 more§impl Debug for SnapshotFormatType
impl Debug for SnapshotFormatType
§impl Default for SnapshotFormatType
impl Default for SnapshotFormatType
§fn default() -> SnapshotFormatType
fn default() -> SnapshotFormatType
Returns the “default value” for a type. Read more
§impl PartialEq for SnapshotFormatType
impl PartialEq for SnapshotFormatType
impl Copy for SnapshotFormatType
impl Eq for SnapshotFormatType
impl StructuralPartialEq for SnapshotFormatType
Auto Trait Implementations§
impl Freeze for SnapshotFormatType
impl RefUnwindSafe for SnapshotFormatType
impl Send for SnapshotFormatType
impl Sync for SnapshotFormatType
impl Unpin for SnapshotFormatType
impl UnwindSafe for SnapshotFormatType
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