pub struct Size {
pub size: usize,
}Expand description
Storing the size of a subtree.
Fields§
§size: usizeThe size of a subtree
Trait Implementations§
impl Copy for Size
impl Eq for Size
impl StructuralPartialEq for Size
Auto Trait Implementations§
impl Freeze for Size
impl RefUnwindSafe for Size
impl Send for Size
impl Sync for Size
impl Unpin for Size
impl UnsafeUnpin for Size
impl UnwindSafe for Size
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<V> ToSummary<Size> for V
impl<V> ToSummary<Size> for V
Source§fn to_summary(&self) -> Size
fn to_summary(&self) -> Size
Creates the summary of a single value.
Source§impl<V> ToSummary<Unit> for V
impl<V> ToSummary<Unit> for V
Source§fn to_summary(&self) -> Unit
fn to_summary(&self) -> Unit
Creates the summary of a single value.