pub struct StaticNode<const I: usize, const B: usize, P: Node<I, B>> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const I: usize, const B: usize, P> Freeze for StaticNode<I, B, P>where
P: Freeze,
impl<const I: usize, const B: usize, P> RefUnwindSafe for StaticNode<I, B, P>where
P: RefUnwindSafe,
impl<const I: usize, const B: usize, P> Send for StaticNode<I, B, P>
impl<const I: usize, const B: usize, P> Sync for StaticNode<I, B, P>where
P: Sync,
impl<const I: usize, const B: usize, P> Unpin for StaticNode<I, B, P>where
P: Unpin,
impl<const I: usize, const B: usize, P> UnwindSafe for StaticNode<I, B, P>where
P: 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