pub struct SectionView {
pub at: AtHandle,
pub keys: KeysHandle,
pub section_body: SectionBodyHandle,
}Fields§
§at: AtHandle§keys: KeysHandle§section_body: SectionBodyHandleTrait Implementations§
Source§impl Clone for SectionView
impl Clone for SectionView
Source§fn clone(&self) -> SectionView
fn clone(&self) -> SectionView
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 SectionView
impl Debug for SectionView
Source§impl PartialEq for SectionView
impl PartialEq for SectionView
impl Copy for SectionView
impl Eq for SectionView
impl StructuralPartialEq for SectionView
Auto Trait Implementations§
impl Freeze for SectionView
impl RefUnwindSafe for SectionView
impl Send for SectionView
impl Sync for SectionView
impl Unpin for SectionView
impl UnwindSafe for SectionView
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