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