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