pub struct activateRSVPs;
Trait Implementations§
Source§impl Field for activateRSVPs
impl Field for activateRSVPs
impl HasInputField<activateRSVPs, Option<bool>> for UpdatePostDataInput
Auto Trait Implementations§
impl Freeze for activateRSVPs
impl RefUnwindSafe for activateRSVPs
impl Send for activateRSVPs
impl Sync for activateRSVPs
impl Unpin for activateRSVPs
impl UnwindSafe for activateRSVPs
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