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