pub struct SyntaxVersion { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for SyntaxVersion
impl Clone for SyntaxVersion
Source§fn clone(&self) -> SyntaxVersion
fn clone(&self) -> SyntaxVersion
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 SyntaxVersion
impl Debug for SyntaxVersion
Source§impl Default for SyntaxVersion
impl Default for SyntaxVersion
Source§impl Hash for SyntaxVersion
impl Hash for SyntaxVersion
Source§impl PartialEq for SyntaxVersion
impl PartialEq for SyntaxVersion
impl Eq for SyntaxVersion
impl StructuralPartialEq for SyntaxVersion
Auto Trait Implementations§
impl Freeze for SyntaxVersion
impl RefUnwindSafe for SyntaxVersion
impl Send for SyntaxVersion
impl Sync for SyntaxVersion
impl Unpin for SyntaxVersion
impl UnwindSafe for SyntaxVersion
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