pub struct GutterStyle {
pub show: Option<bool>,
}
Expand description
The display options for gutter spacing between tiles on a sheet.
Fields§
§show: Option<bool>
This Boolean value controls whether to display a gutter space between sheet tiles.
Trait Implementations§
Source§impl Clone for GutterStyle
impl Clone for GutterStyle
Source§fn clone(&self) -> GutterStyle
fn clone(&self) -> GutterStyle
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 GutterStyle
impl Debug for GutterStyle
Source§impl Default for GutterStyle
impl Default for GutterStyle
Source§fn default() -> GutterStyle
fn default() -> GutterStyle
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GutterStyle
impl<'de> Deserialize<'de> for GutterStyle
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for GutterStyle
impl PartialEq for GutterStyle
Source§impl Serialize for GutterStyle
impl Serialize for GutterStyle
impl StructuralPartialEq for GutterStyle
Auto Trait Implementations§
impl Freeze for GutterStyle
impl RefUnwindSafe for GutterStyle
impl Send for GutterStyle
impl Sync for GutterStyle
impl Unpin for GutterStyle
impl UnwindSafe for GutterStyle
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