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