pub struct TreeSection {
pub keys: EureKeys,
pub body: SectionBody,
}Fields§
§keys: EureKeys§body: SectionBodyTrait Implementations§
Source§impl Clone for TreeSection
impl Clone for TreeSection
Source§fn clone(&self) -> TreeSection
fn clone(&self) -> TreeSection
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 TreeSection
impl Debug for TreeSection
Source§impl PartialEq for TreeSection
impl PartialEq for TreeSection
impl StructuralPartialEq for TreeSection
Auto Trait Implementations§
impl Freeze for TreeSection
impl RefUnwindSafe for TreeSection
impl Send for TreeSection
impl Sync for TreeSection
impl Unpin for TreeSection
impl UnwindSafe for TreeSection
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