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