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