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