#[repr(C)]pub struct Nursery {
_unused: [u8; 0],
}Fields§
§_unused: [u8; 0]Trait Implementations§
Auto Trait Implementations§
impl Freeze for Nursery
impl RefUnwindSafe for Nursery
impl Send for Nursery
impl Sync for Nursery
impl Unpin for Nursery
impl UnsafeUnpin for Nursery
impl UnwindSafe for Nursery
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