pub struct Unassigned;Expand description
Indicates that a function is unassigned
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Unassigned
impl RefUnwindSafe for Unassigned
impl Send for Unassigned
impl Sync for Unassigned
impl Unpin for Unassigned
impl UnwindSafe for Unassigned
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