pub struct False<'tree> {
pub span: Span,
/* private fields */
}Fields§
§span: SpanTrait Implementations§
Auto Trait Implementations§
impl<'tree> Freeze for False<'tree>
impl<'tree> RefUnwindSafe for False<'tree>
impl<'tree> Send for False<'tree>
impl<'tree> Sync for False<'tree>
impl<'tree> Unpin for False<'tree>
impl<'tree> UnsafeUnpin for False<'tree>
impl<'tree> UnwindSafe for False<'tree>
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