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