pub struct initiativeUpdate;Trait Implementations§
Source§impl Field for initiativeUpdate
impl Field for initiativeUpdate
Source§impl HasField<initiativeUpdate> for InitiativeUpdatePayload
impl HasField<initiativeUpdate> for InitiativeUpdatePayload
Source§type Type = InitiativeUpdate
type Type = InitiativeUpdate
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for initiativeUpdate
impl RefUnwindSafe for initiativeUpdate
impl Send for initiativeUpdate
impl Sync for initiativeUpdate
impl Unpin for initiativeUpdate
impl UnwindSafe for initiativeUpdate
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