#[non_exhaustive]pub struct FlavorDefault;
Expand description
The default flavor of a tree.
This corresponds to a u32
index with a usize
width.
Trait Implementations§
Source§impl Flavor for FlavorDefault
impl Flavor for FlavorDefault
Source§type Error = Infallible
type Error = Infallible
The error raised by the type of the tree.
Auto Trait Implementations§
impl Freeze for FlavorDefault
impl RefUnwindSafe for FlavorDefault
impl Send for FlavorDefault
impl Sync for FlavorDefault
impl Unpin for FlavorDefault
impl UnwindSafe for FlavorDefault
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