pub struct SnapshotService<S> { /* private fields */ }Expand description
The service SnapshotLayer wraps a stack in.
Trait Implementations§
Source§impl<S: Clone> Clone for SnapshotService<S>
impl<S: Clone> Clone for SnapshotService<S>
Source§fn clone(&self) -> SnapshotService<S>
fn clone(&self) -> SnapshotService<S>
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<S> Debug for SnapshotService<S>
impl<S> Debug for SnapshotService<S>
Auto Trait Implementations§
impl<S> !RefUnwindSafe for SnapshotService<S>
impl<S> !UnwindSafe for SnapshotService<S>
impl<S> Freeze for SnapshotService<S>where
S: Freeze,
impl<S> Send for SnapshotService<S>where
S: Send,
impl<S> Sync for SnapshotService<S>where
S: Sync,
impl<S> Unpin for SnapshotService<S>where
S: Unpin,
impl<S> UnsafeUnpin for SnapshotService<S>where
S: UnsafeUnpin,
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