pub struct Condition { /* private fields */ }Expand description
Implementations§
Source§impl Condition
impl Condition
pub fn l_paren_token(&self) -> Option<SyntaxToken>
pub fn condition(&self) -> Option<Expr>
pub fn r_paren_token(&self) -> Option<SyntaxToken>
Trait Implementations§
impl Eq for Condition
impl StructuralPartialEq for Condition
Auto Trait Implementations§
impl Freeze for Condition
impl RefUnwindSafe for Condition
impl Send for Condition
impl Sync for Condition
impl Unpin for Condition
impl UnwindSafe for Condition
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