pub struct Reserved(/* private fields */);Expand description
Items that are reserved for future use.
Implementations§
Trait Implementations§
impl Eq for Reserved
impl StructuralPartialEq for Reserved
Auto Trait Implementations§
impl Freeze for Reserved
impl RefUnwindSafe for Reserved
impl Send for Reserved
impl Sync for Reserved
impl Unpin for Reserved
impl UnwindSafe for Reserved
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