pub enum CombineBracketsType {
None,
Round,
Square,
Angle,
Curly,
}
Variants§
Trait Implementations§
Source§impl Clone for CombineBracketsType
impl Clone for CombineBracketsType
Source§fn clone(&self) -> CombineBracketsType
fn clone(&self) -> CombineBracketsType
Returns a copy 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 CombineBracketsType
impl Debug for CombineBracketsType
Source§impl Default for CombineBracketsType
impl Default for CombineBracketsType
Source§fn default() -> CombineBracketsType
fn default() -> CombineBracketsType
Returns the “default value” for a type. Read more
Source§impl Display for CombineBracketsType
impl Display for CombineBracketsType
Auto Trait Implementations§
impl Freeze for CombineBracketsType
impl RefUnwindSafe for CombineBracketsType
impl Send for CombineBracketsType
impl Sync for CombineBracketsType
impl Unpin for CombineBracketsType
impl UnwindSafe for CombineBracketsType
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