pub struct ConditionClauseNode { /* private fields */ }Implementations§
Source§impl ConditionClauseNode
impl ConditionClauseNode
Sourcepub fn operator_range(&self) -> Option<TextRange>
pub fn operator_range(&self) -> Option<TextRange>
Returns the range of the leading conditional operator.
Trait Implementations§
Source§impl Clone for ConditionClauseNode
impl Clone for ConditionClauseNode
Source§fn clone(&self) -> ConditionClauseNode
fn clone(&self) -> ConditionClauseNode
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for ConditionClauseNode
impl !Send for ConditionClauseNode
impl !Sync for ConditionClauseNode
impl !UnwindSafe for ConditionClauseNode
impl Freeze for ConditionClauseNode
impl Unpin for ConditionClauseNode
impl UnsafeUnpin for ConditionClauseNode
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