pub struct VacuumOption { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for VacuumOption
impl AstNode for VacuumOption
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 VacuumOption
impl Clone for VacuumOption
Source§fn clone(&self) -> VacuumOption
fn clone(&self) -> VacuumOption
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 VacuumOption
impl Debug for VacuumOption
Source§impl Hash for VacuumOption
impl Hash for VacuumOption
Source§impl PartialEq for VacuumOption
impl PartialEq for VacuumOption
impl Eq for VacuumOption
impl StructuralPartialEq for VacuumOption
Auto Trait Implementations§
impl Freeze for VacuumOption
impl !RefUnwindSafe for VacuumOption
impl !Send for VacuumOption
impl !Sync for VacuumOption
impl Unpin for VacuumOption
impl !UnwindSafe for VacuumOption
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