pub enum CommandSyntax {
Modern,
Legacy,
}Variants§
Trait Implementations§
Source§impl Clone for CommandSyntax
impl Clone for CommandSyntax
Source§fn clone(&self) -> CommandSyntax
fn clone(&self) -> CommandSyntax
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 moreimpl Copy for CommandSyntax
Source§impl Debug for CommandSyntax
impl Debug for CommandSyntax
impl Eq for CommandSyntax
Source§impl PartialEq for CommandSyntax
impl PartialEq for CommandSyntax
Source§impl Serialize for CommandSyntax
impl Serialize for CommandSyntax
impl StructuralPartialEq for CommandSyntax
Auto Trait Implementations§
impl Freeze for CommandSyntax
impl RefUnwindSafe for CommandSyntax
impl Send for CommandSyntax
impl Sync for CommandSyntax
impl Unpin for CommandSyntax
impl UnsafeUnpin for CommandSyntax
impl UnwindSafe for CommandSyntax
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