pub enum ArchSyntax {}Trait Implementations§
Source§impl Clone for ArchSyntax
impl Clone for ArchSyntax
Source§fn clone(&self) -> ArchSyntax
fn clone(&self) -> ArchSyntax
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 ArchSyntax
impl Debug for ArchSyntax
Source§impl From<ArchSyntax> for Syntax
impl From<ArchSyntax> for Syntax
Source§fn from(other: ArchSyntax) -> Syntax
fn from(other: ArchSyntax) -> Syntax
Converts to this type from the input type.
Source§impl Hash for ArchSyntax
impl Hash for ArchSyntax
Source§impl PartialEq for ArchSyntax
impl PartialEq for ArchSyntax
impl Copy for ArchSyntax
impl Eq for ArchSyntax
impl StructuralPartialEq for ArchSyntax
Auto Trait Implementations§
impl Freeze for ArchSyntax
impl RefUnwindSafe for ArchSyntax
impl Send for ArchSyntax
impl Sync for ArchSyntax
impl Unpin for ArchSyntax
impl UnwindSafe for ArchSyntax
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