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