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