pub struct YEmpty;Trait Implementations§
Auto Trait Implementations§
impl Freeze for YEmpty
impl RefUnwindSafe for YEmpty
impl Send for YEmpty
impl Sync for YEmpty
impl Unpin for YEmpty
impl UnwindSafe for YEmpty
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