pub enum SpaceBetweenLine {
Value(i32),
Auto,
Invalid,
}
Variants§
Trait Implementations§
Source§impl Clone for SpaceBetweenLine
impl Clone for SpaceBetweenLine
Source§fn clone(&self) -> SpaceBetweenLine
fn clone(&self) -> SpaceBetweenLine
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 SpaceBetweenLine
impl Debug for SpaceBetweenLine
Source§impl Default for SpaceBetweenLine
impl Default for SpaceBetweenLine
Source§fn default() -> SpaceBetweenLine
fn default() -> SpaceBetweenLine
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SpaceBetweenLine
impl<'de> Deserialize<'de> for SpaceBetweenLine
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 From<i32> for SpaceBetweenLine
Space between lines.
impl From<i32> for SpaceBetweenLine
Space between lines.
Source§impl FromWasmAbi for SpaceBetweenLinewhere
Self: DeserializeOwned,
impl FromWasmAbi for SpaceBetweenLinewhere
Self: DeserializeOwned,
Source§impl Hash for SpaceBetweenLine
impl Hash for SpaceBetweenLine
Source§impl IntoWasmAbi for SpaceBetweenLinewhere
Self: Serialize,
impl IntoWasmAbi for SpaceBetweenLinewhere
Self: Serialize,
Source§impl OptionFromWasmAbi for SpaceBetweenLinewhere
Self: DeserializeOwned,
impl OptionFromWasmAbi for SpaceBetweenLinewhere
Self: DeserializeOwned,
Source§impl OptionIntoWasmAbi for SpaceBetweenLinewhere
Self: Serialize,
impl OptionIntoWasmAbi for SpaceBetweenLinewhere
Self: Serialize,
Source§impl PartialEq for SpaceBetweenLine
impl PartialEq for SpaceBetweenLine
Source§impl Serialize for SpaceBetweenLine
impl Serialize for SpaceBetweenLine
Source§impl Tsify for SpaceBetweenLine
impl Tsify for SpaceBetweenLine
impl Copy for SpaceBetweenLine
impl StructuralPartialEq for SpaceBetweenLine
Auto Trait Implementations§
impl Freeze for SpaceBetweenLine
impl RefUnwindSafe for SpaceBetweenLine
impl Send for SpaceBetweenLine
impl Sync for SpaceBetweenLine
impl Unpin for SpaceBetweenLine
impl UnwindSafe for SpaceBetweenLine
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
Source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.