pub struct SyntaxHandle(/* private fields */);Trait Implementations§
Source§impl Clone for SyntaxHandle
impl Clone for SyntaxHandle
Source§fn clone(&self) -> SyntaxHandle
fn clone(&self) -> SyntaxHandle
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 Default for SyntaxHandle
impl Default for SyntaxHandle
Source§fn default() -> SyntaxHandle
fn default() -> SyntaxHandle
Returns the “default value” for a type. Read more
Source§impl PartialEq for SyntaxHandle
impl PartialEq for SyntaxHandle
impl Copy for SyntaxHandle
impl Eq for SyntaxHandle
impl StructuralPartialEq for SyntaxHandle
Auto Trait Implementations§
impl Freeze for SyntaxHandle
impl RefUnwindSafe for SyntaxHandle
impl Send for SyntaxHandle
impl Sync for SyntaxHandle
impl Unpin for SyntaxHandle
impl UnwindSafe for SyntaxHandle
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