pub struct TreeUnitType(/* private fields */);
Implementations§
Trait Implementations§
Source§impl Clone for TreeUnitType
impl Clone for TreeUnitType
Source§fn clone(&self) -> TreeUnitType
fn clone(&self) -> TreeUnitType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TreeUnitType
impl Debug for TreeUnitType
Source§impl Default for TreeUnitType
impl Default for TreeUnitType
Source§fn default() -> TreeUnitType
fn default() -> TreeUnitType
Returns the “default value” for a type. Read more
Source§impl From<TreeUnitType> for UnitType
impl From<TreeUnitType> for UnitType
Source§fn from(v: TreeUnitType) -> Self
fn from(v: TreeUnitType) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for TreeUnitType
impl RefUnwindSafe for TreeUnitType
impl Send for TreeUnitType
impl Sync for TreeUnitType
impl Unpin for TreeUnitType
impl UnwindSafe for TreeUnitType
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