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