pub struct Release {
pub decision_id: DecisionId,
}Fields§
§decision_id: DecisionIdTrait Implementations§
Source§impl BorshDeserialize for Releasewhere
DecisionId: BorshDeserialize,
impl BorshDeserialize for Releasewhere
DecisionId: BorshDeserialize,
Source§impl BorshSerialize for Releasewhere
DecisionId: BorshSerialize,
impl BorshSerialize for Releasewhere
DecisionId: BorshSerialize,
impl Eq for Release
impl StructuralPartialEq for Release
Auto Trait Implementations§
impl Freeze for Release
impl RefUnwindSafe for Release
impl Send for Release
impl Sync for Release
impl Unpin for Release
impl UnwindSafe for Release
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