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