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