pub struct SchemaSubGate {
pub status: GateStatus,
pub diff_summary: Option<String>,
}Expand description
Schema sub-gate for contract diff.
Fields§
§status: GateStatus§diff_summary: Option<String>Trait Implementations§
Source§impl Clone for SchemaSubGate
impl Clone for SchemaSubGate
Source§fn clone(&self) -> SchemaSubGate
fn clone(&self) -> SchemaSubGate
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 SchemaSubGate
impl Debug for SchemaSubGate
Source§impl<'de> Deserialize<'de> for SchemaSubGate
impl<'de> Deserialize<'de> for SchemaSubGate
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
Auto Trait Implementations§
impl Freeze for SchemaSubGate
impl RefUnwindSafe for SchemaSubGate
impl Send for SchemaSubGate
impl Sync for SchemaSubGate
impl Unpin for SchemaSubGate
impl UnsafeUnpin for SchemaSubGate
impl UnwindSafe for SchemaSubGate
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