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