pub struct SupportsOr<'a> {
pub keyword: Ident<'a>,
pub condition: SupportsInParens<'a>,
pub span: Span,
}Fields§
§keyword: Ident<'a>§condition: SupportsInParens<'a>§span: SpanImplementations§
§impl<'a> SupportsOr<'a>
impl<'a> SupportsOr<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for SupportsOr<'a>
impl<'a> !Send for SupportsOr<'a>
impl<'a> !Sync for SupportsOr<'a>
impl<'a> !UnwindSafe for SupportsOr<'a>
impl<'a> Freeze for SupportsOr<'a>
impl<'a> Unpin for SupportsOr<'a>
impl<'a> UnsafeUnpin for SupportsOr<'a>
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