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