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