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