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