pub struct AbbrevTree<T> {
pub data: T,
/* private fields */
}
Fields§
§data: T
Implementations§
Trait Implementations§
Source§impl<T: Clone> Clone for AbbrevTree<T>
impl<T: Clone> Clone for AbbrevTree<T>
Source§fn clone(&self) -> AbbrevTree<T>
fn clone(&self) -> AbbrevTree<T>
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<T> Debug for AbbrevTree<T>
impl<T> Debug for AbbrevTree<T>
Source§impl<T: Default> Default for AbbrevTree<T>
impl<T: Default> Default for AbbrevTree<T>
Source§fn default() -> AbbrevTree<T>
fn default() -> AbbrevTree<T>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<T> Freeze for AbbrevTree<T>where
T: Freeze,
impl<T> RefUnwindSafe for AbbrevTree<T>where
T: RefUnwindSafe,
impl<T> Send for AbbrevTree<T>where
T: Send,
impl<T> Sync for AbbrevTree<T>where
T: Sync,
impl<T> Unpin for AbbrevTree<T>where
T: Unpin,
impl<T> UnwindSafe for AbbrevTree<T>where
T: 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)