pub struct ExtensionLayer<Ex> { /* private fields */ }Implementations§
Source§impl<Ex> ExtensionLayer<Ex>
impl<Ex> ExtensionLayer<Ex>
Trait Implementations§
Source§impl<Ex: Clone> Clone for ExtensionLayer<Ex>
impl<Ex: Clone> Clone for ExtensionLayer<Ex>
Source§fn clone(&self) -> ExtensionLayer<Ex>
fn clone(&self) -> ExtensionLayer<Ex>
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<Ex: Debug> Debug for ExtensionLayer<Ex>
impl<Ex: Debug> Debug for ExtensionLayer<Ex>
Auto Trait Implementations§
impl<Ex> Freeze for ExtensionLayer<Ex>where
Ex: Freeze,
impl<Ex> RefUnwindSafe for ExtensionLayer<Ex>where
Ex: RefUnwindSafe,
impl<Ex> Send for ExtensionLayer<Ex>where
Ex: Send,
impl<Ex> Sync for ExtensionLayer<Ex>where
Ex: Sync,
impl<Ex> Unpin for ExtensionLayer<Ex>where
Ex: Unpin,
impl<Ex> UnwindSafe for ExtensionLayer<Ex>where
Ex: 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