pub enum CustomStringScope {
Text,
Line,
}Variants§
Trait Implementations§
Source§impl Clone for CustomStringScope
impl Clone for CustomStringScope
Source§fn clone(&self) -> CustomStringScope
fn clone(&self) -> CustomStringScope
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 moreSource§impl Debug for CustomStringScope
impl Debug for CustomStringScope
Source§impl Default for CustomStringScope
impl Default for CustomStringScope
Source§impl<'de> Deserialize<'de> for CustomStringScope
impl<'de> Deserialize<'de> for CustomStringScope
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 CustomStringScope
impl PartialEq for CustomStringScope
Source§fn eq(&self, other: &CustomStringScope) -> bool
fn eq(&self, other: &CustomStringScope) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CustomStringScope
impl Serialize for CustomStringScope
impl Eq for CustomStringScope
impl StructuralPartialEq for CustomStringScope
Auto Trait Implementations§
impl Freeze for CustomStringScope
impl RefUnwindSafe for CustomStringScope
impl Send for CustomStringScope
impl Sync for CustomStringScope
impl Unpin for CustomStringScope
impl UnsafeUnpin for CustomStringScope
impl UnwindSafe for CustomStringScope
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