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