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