pub struct NodeData<M: Monoid, const N: usize> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<M, const N: usize> Freeze for NodeData<M, N>
impl<M, const N: usize> RefUnwindSafe for NodeData<M, N>
impl<M, const N: usize> !Send for NodeData<M, N>
impl<M, const N: usize> !Sync for NodeData<M, N>
impl<M, const N: usize> Unpin for NodeData<M, N>
impl<M, const N: usize> UnwindSafe for NodeData<M, N>
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