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