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