pub struct wxd_Treebook { /* private fields */ }Trait Implementations§
Source§impl Clone for wxd_Treebook
impl Clone for wxd_Treebook
Source§fn clone(&self) -> wxd_Treebook
fn clone(&self) -> wxd_Treebook
Returns a duplicate 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 wxd_Treebook
impl Debug for wxd_Treebook
impl Copy for wxd_Treebook
Auto Trait Implementations§
impl Freeze for wxd_Treebook
impl RefUnwindSafe for wxd_Treebook
impl Send for wxd_Treebook
impl Sync for wxd_Treebook
impl Unpin for wxd_Treebook
impl UnwindSafe for wxd_Treebook
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