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