pub struct ObjectField { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for ObjectField
impl AstNode for ObjectField
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for ObjectField
impl Clone for ObjectField
Source§fn clone(&self) -> ObjectField
fn clone(&self) -> ObjectField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ObjectField
impl Debug for ObjectField
impl Eq for ObjectField
Source§impl Hash for ObjectField
impl Hash for ObjectField
Source§impl PartialEq for ObjectField
impl PartialEq for ObjectField
impl StructuralPartialEq for ObjectField
Auto Trait Implementations§
impl !RefUnwindSafe for ObjectField
impl !Send for ObjectField
impl !Sync for ObjectField
impl !UnwindSafe for ObjectField
impl Freeze for ObjectField
impl Unpin for ObjectField
impl UnsafeUnpin for ObjectField
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