pub struct Layer<Node> {
pub node: Node,
}Fields§
§node: NodeImplementations§
Source§impl<Node> Layer<Node>
impl<Node> Layer<Node>
Auto Trait Implementations§
impl<Node> Freeze for Layer<Node>where
Node: Freeze,
impl<Node> RefUnwindSafe for Layer<Node>where
Node: RefUnwindSafe,
impl<Node> Send for Layer<Node>where
Node: Send,
impl<Node> Sync for Layer<Node>where
Node: Sync,
impl<Node> Unpin for Layer<Node>where
Node: Unpin,
impl<Node> UnsafeUnpin for Layer<Node>where
Node: UnsafeUnpin,
impl<Node> UnwindSafe for Layer<Node>where
Node: 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