pub struct ReleasePayload;Trait Implementations§
Source§impl HasField<__typename> for ReleasePayload
impl HasField<__typename> for ReleasePayload
Source§impl HasField<lastSyncId> for ReleasePayload
impl HasField<lastSyncId> for ReleasePayload
Source§impl HasField<release> for ReleasePayload
impl HasField<release> for ReleasePayload
Source§impl HasField<success> for ReleasePayload
impl HasField<success> for ReleasePayload
Auto Trait Implementations§
impl Freeze for ReleasePayload
impl RefUnwindSafe for ReleasePayload
impl Send for ReleasePayload
impl Sync for ReleasePayload
impl Unpin for ReleasePayload
impl UnwindSafe for ReleasePayload
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