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