pub struct SectionTypeP {
pub ty: Option<SectionType>,
}
Fields§
§ty: Option<SectionType>
Trait Implementations§
Source§impl Clone for SectionTypeP
impl Clone for SectionTypeP
Source§fn clone(&self) -> SectionTypeP
fn clone(&self) -> SectionTypeP
Returns a copy 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 SectionTypeP
impl Debug for SectionTypeP
Source§impl Default for SectionTypeP
impl Default for SectionTypeP
Source§fn default() -> SectionTypeP
fn default() -> SectionTypeP
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for SectionTypeP
impl<'__input> XmlRead<'__input> for SectionTypeP
Auto Trait Implementations§
impl Freeze for SectionTypeP
impl RefUnwindSafe for SectionTypeP
impl Send for SectionTypeP
impl Sync for SectionTypeP
impl Unpin for SectionTypeP
impl UnwindSafe for SectionTypeP
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