pub enum FunctionLineBreaks {
Hanging,
Double,
Single,
}
Variants§
Trait Implementations§
Source§impl Clone for FunctionLineBreaks
impl Clone for FunctionLineBreaks
Source§fn clone(&self) -> FunctionLineBreaks
fn clone(&self) -> FunctionLineBreaks
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 FunctionLineBreaks
impl Debug for FunctionLineBreaks
Source§impl Default for FunctionLineBreaks
impl Default for FunctionLineBreaks
Source§fn default() -> FunctionLineBreaks
fn default() -> FunctionLineBreaks
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FunctionLineBreaks
impl<'de> Deserialize<'de> for FunctionLineBreaks
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<FunctionLineBreaks, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<FunctionLineBreaks, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FunctionLineBreaks
impl PartialEq for FunctionLineBreaks
impl Copy for FunctionLineBreaks
impl Eq for FunctionLineBreaks
impl StructuralPartialEq for FunctionLineBreaks
Auto Trait Implementations§
impl Freeze for FunctionLineBreaks
impl RefUnwindSafe for FunctionLineBreaks
impl Send for FunctionLineBreaks
impl Sync for FunctionLineBreaks
impl Unpin for FunctionLineBreaks
impl UnwindSafe for FunctionLineBreaks
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