pub enum StrongStyle {
Consistent,
Asterisk,
Underscore,
}Variants§
Trait Implementations§
Source§impl Clone for StrongStyle
impl Clone for StrongStyle
Source§fn clone(&self) -> StrongStyle
fn clone(&self) -> StrongStyle
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 StrongStyle
impl Debug for StrongStyle
Source§impl Default for StrongStyle
impl Default for StrongStyle
Source§impl<'de> Deserialize<'de> for StrongStyle
impl<'de> Deserialize<'de> for StrongStyle
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 StrongStyle
impl PartialEq for StrongStyle
impl StructuralPartialEq for StrongStyle
Auto Trait Implementations§
impl Freeze for StrongStyle
impl RefUnwindSafe for StrongStyle
impl Send for StrongStyle
impl Sync for StrongStyle
impl Unpin for StrongStyle
impl UnwindSafe for StrongStyle
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