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