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