pub enum CodeWrapIndent {
None,
Base,
Double,
}Variants§
Trait Implementations§
Source§impl Clone for CodeWrapIndent
impl Clone for CodeWrapIndent
Source§fn clone(&self) -> CodeWrapIndent
fn clone(&self) -> CodeWrapIndent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CodeWrapIndent
Source§impl Debug for CodeWrapIndent
impl Debug for CodeWrapIndent
Source§impl<'de> Deserialize<'de> for CodeWrapIndent
impl<'de> Deserialize<'de> for CodeWrapIndent
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 Serialize for CodeWrapIndent
impl Serialize for CodeWrapIndent
Source§impl ValueEnum for CodeWrapIndent
impl ValueEnum for CodeWrapIndent
Auto Trait Implementations§
impl Freeze for CodeWrapIndent
impl RefUnwindSafe for CodeWrapIndent
impl Send for CodeWrapIndent
impl Sync for CodeWrapIndent
impl Unpin for CodeWrapIndent
impl UnsafeUnpin for CodeWrapIndent
impl UnwindSafe for CodeWrapIndent
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