pub enum SnapshotSection {
Header,
Main,
Constants,
Debug,
}Variants§
Trait Implementations§
Source§impl Clone for SnapshotSection
impl Clone for SnapshotSection
Source§fn clone(&self) -> SnapshotSection
fn clone(&self) -> SnapshotSection
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 moreimpl Copy for SnapshotSection
Source§impl Debug for SnapshotSection
impl Debug for SnapshotSection
impl Eq for SnapshotSection
Source§impl PartialEq for SnapshotSection
impl PartialEq for SnapshotSection
Source§impl Serialize for SnapshotSection
impl Serialize for SnapshotSection
impl StructuralPartialEq for SnapshotSection
Auto Trait Implementations§
impl Freeze for SnapshotSection
impl RefUnwindSafe for SnapshotSection
impl Send for SnapshotSection
impl Sync for SnapshotSection
impl Unpin for SnapshotSection
impl UnsafeUnpin for SnapshotSection
impl UnwindSafe for SnapshotSection
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