pub struct AsOfTravel { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for AsOfTravel
impl AstNode for AsOfTravel
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for AsOfTravel
impl Clone for AsOfTravel
Source§fn clone(&self) -> AsOfTravel
fn clone(&self) -> AsOfTravel
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 moreSource§impl Debug for AsOfTravel
impl Debug for AsOfTravel
impl Eq for AsOfTravel
Source§impl Hash for AsOfTravel
impl Hash for AsOfTravel
Source§impl PartialEq for AsOfTravel
impl PartialEq for AsOfTravel
impl StructuralPartialEq for AsOfTravel
Auto Trait Implementations§
impl !RefUnwindSafe for AsOfTravel
impl !Send for AsOfTravel
impl !Sync for AsOfTravel
impl !UnwindSafe for AsOfTravel
impl Freeze for AsOfTravel
impl Unpin for AsOfTravel
impl UnsafeUnpin for AsOfTravel
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