pub struct ReplayRoiReleaseGateContract {
pub input: ReplayRoiReleaseGateInputContract,
pub output: ReplayRoiReleaseGateOutputContract,
}Fields§
§input: ReplayRoiReleaseGateInputContract§output: ReplayRoiReleaseGateOutputContractTrait Implementations§
Source§impl Clone for ReplayRoiReleaseGateContract
impl Clone for ReplayRoiReleaseGateContract
Source§fn clone(&self) -> ReplayRoiReleaseGateContract
fn clone(&self) -> ReplayRoiReleaseGateContract
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReplayRoiReleaseGateContract
impl Debug for ReplayRoiReleaseGateContract
Source§impl<'de> Deserialize<'de> for ReplayRoiReleaseGateContract
impl<'de> Deserialize<'de> for ReplayRoiReleaseGateContract
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ReplayRoiReleaseGateContract
impl PartialEq for ReplayRoiReleaseGateContract
Source§fn eq(&self, other: &ReplayRoiReleaseGateContract) -> bool
fn eq(&self, other: &ReplayRoiReleaseGateContract) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ReplayRoiReleaseGateContract
Auto Trait Implementations§
impl Freeze for ReplayRoiReleaseGateContract
impl RefUnwindSafe for ReplayRoiReleaseGateContract
impl Send for ReplayRoiReleaseGateContract
impl Sync for ReplayRoiReleaseGateContract
impl Unpin for ReplayRoiReleaseGateContract
impl UnsafeUnpin for ReplayRoiReleaseGateContract
impl UnwindSafe for ReplayRoiReleaseGateContract
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