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