pub struct Block<'tree> { /* private fields */ }
Implementations§
Trait Implementations§
impl<'tree> Eq for Block<'tree>
impl<'tree> StructuralPartialEq for Block<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for Block<'tree>
impl<'tree> RefUnwindSafe for Block<'tree>
impl<'tree> !Send for Block<'tree>
impl<'tree> !Sync for Block<'tree>
impl<'tree> Unpin for Block<'tree>
impl<'tree> UnwindSafe for Block<'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