pub struct HumlDocument {
pub version: Option<String>,
pub root: HumlValue,
}Fields§
§version: Option<String>§root: HumlValueTrait Implementations§
Source§impl Clone for HumlDocument
impl Clone for HumlDocument
Source§fn clone(&self) -> HumlDocument
fn clone(&self) -> HumlDocument
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HumlDocument
impl Debug for HumlDocument
Source§impl PartialEq for HumlDocument
impl PartialEq for HumlDocument
impl StructuralPartialEq for HumlDocument
Auto Trait Implementations§
impl Freeze for HumlDocument
impl RefUnwindSafe for HumlDocument
impl Send for HumlDocument
impl Sync for HumlDocument
impl Unpin for HumlDocument
impl UnsafeUnpin for HumlDocument
impl UnwindSafe for HumlDocument
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