pub enum SnapshotKind {
Layout,
}Expand description
The type of snapshot that a SnapshotProvider can produce.
Variants§
Layout
Trait Implementations§
Source§impl Clone for SnapshotKind
impl Clone for SnapshotKind
Source§fn clone(&self) -> SnapshotKind
fn clone(&self) -> SnapshotKind
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 SnapshotKind
impl Debug for SnapshotKind
impl Copy for SnapshotKind
Auto Trait Implementations§
impl Freeze for SnapshotKind
impl RefUnwindSafe for SnapshotKind
impl Send for SnapshotKind
impl Sync for SnapshotKind
impl Unpin for SnapshotKind
impl UnsafeUnpin for SnapshotKind
impl UnwindSafe for SnapshotKind
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