pub struct BottomTypeNode<'a> { /* private fields */ }Implementations§
Source§impl<'a> BottomTypeNode<'a>
impl<'a> BottomTypeNode<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for BottomTypeNode<'a>
impl<'a> RefUnwindSafe for BottomTypeNode<'a>
impl<'a> !Send for BottomTypeNode<'a>
impl<'a> !Sync for BottomTypeNode<'a>
impl<'a> Unpin for BottomTypeNode<'a>
impl<'a> UnsafeUnpin for BottomTypeNode<'a>
impl<'a> !UnwindSafe for BottomTypeNode<'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