pub enum WithId {}
Auto Trait Implementations§
impl Freeze for WithId
impl RefUnwindSafe for WithId
impl Send for WithId
impl Sync for WithId
impl Unpin for WithId
impl UnwindSafe for WithId
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