pub struct SetGeneratedOptions { /* private fields */ }
Implementations§
Source§impl SetGeneratedOptions
impl SetGeneratedOptions
pub fn set_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for SetGeneratedOptions
impl AstNode for SetGeneratedOptions
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 SetGeneratedOptions
impl Clone for SetGeneratedOptions
Source§fn clone(&self) -> SetGeneratedOptions
fn clone(&self) -> SetGeneratedOptions
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 SetGeneratedOptions
impl Debug for SetGeneratedOptions
Source§impl From<SetGeneratedOptions> for AlterColumnOption
impl From<SetGeneratedOptions> for AlterColumnOption
Source§fn from(node: SetGeneratedOptions) -> AlterColumnOption
fn from(node: SetGeneratedOptions) -> AlterColumnOption
Converts to this type from the input type.
Source§impl Hash for SetGeneratedOptions
impl Hash for SetGeneratedOptions
Source§impl PartialEq for SetGeneratedOptions
impl PartialEq for SetGeneratedOptions
impl Eq for SetGeneratedOptions
impl StructuralPartialEq for SetGeneratedOptions
Auto Trait Implementations§
impl Freeze for SetGeneratedOptions
impl !RefUnwindSafe for SetGeneratedOptions
impl !Send for SetGeneratedOptions
impl !Sync for SetGeneratedOptions
impl Unpin for SetGeneratedOptions
impl !UnwindSafe for SetGeneratedOptions
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