pub struct ModificationLayer<M, T> { /* private fields */ }Implementations§
Source§impl<M, T> ModificationLayer<M, T>
impl<M, T> ModificationLayer<M, T>
Trait Implementations§
Source§impl<M: Clone, T: Clone> Clone for ModificationLayer<M, T>
impl<M: Clone, T: Clone> Clone for ModificationLayer<M, T>
Source§fn clone(&self) -> ModificationLayer<M, T>
fn clone(&self) -> ModificationLayer<M, T>
Returns a duplicate 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 moreSource§impl<S, M, T> Layer<S> for ModificationLayer<M, T>where
M: Clone,
impl<S, M, T> Layer<S> for ModificationLayer<M, T>where
M: Clone,
Auto Trait Implementations§
impl<M, T> Freeze for ModificationLayer<M, T>where
M: Freeze,
impl<M, T> RefUnwindSafe for ModificationLayer<M, T>where
M: RefUnwindSafe,
T: RefUnwindSafe,
impl<M, T> Send for ModificationLayer<M, T>
impl<M, T> Sync for ModificationLayer<M, T>
impl<M, T> Unpin for ModificationLayer<M, T>
impl<M, T> UnwindSafe for ModificationLayer<M, T>where
M: UnwindSafe,
T: UnwindSafe,
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