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