pub struct LessParenthesizedCondition<'s> {
pub condition: Box<LessCondition<'s>>,
pub span: Span,
}Fields§
§condition: Box<LessCondition<'s>>§span: SpanTrait Implementations§
Source§impl<'s> Clone for LessParenthesizedCondition<'s>
impl<'s> Clone for LessParenthesizedCondition<'s>
Source§fn clone(&self) -> LessParenthesizedCondition<'s>
fn clone(&self) -> LessParenthesizedCondition<'s>
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<'s> Debug for LessParenthesizedCondition<'s>
impl<'s> Debug for LessParenthesizedCondition<'s>
Source§impl<'s> PartialEq for LessParenthesizedCondition<'s>
impl<'s> PartialEq for LessParenthesizedCondition<'s>
Source§fn eq(&self, other: &LessParenthesizedCondition<'s>) -> bool
fn eq(&self, other: &LessParenthesizedCondition<'s>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'s> StructuralPartialEq for LessParenthesizedCondition<'s>
Auto Trait Implementations§
impl<'s> Freeze for LessParenthesizedCondition<'s>
impl<'s> RefUnwindSafe for LessParenthesizedCondition<'s>
impl<'s> Send for LessParenthesizedCondition<'s>
impl<'s> Sync for LessParenthesizedCondition<'s>
impl<'s> Unpin for LessParenthesizedCondition<'s>
impl<'s> UnsafeUnpin for LessParenthesizedCondition<'s>
impl<'s> UnwindSafe for LessParenthesizedCondition<'s>
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