pub struct IsCompatibilityResponse {
pub compatibility: Option<bool>,
pub schema_compatibility_strategy: Option<String>,
}Fields§
§compatibility: Option<bool>§schema_compatibility_strategy: Option<String>Implementations§
source§impl IsCompatibilityResponse
impl IsCompatibilityResponse
pub fn new() -> IsCompatibilityResponse
Trait Implementations§
source§impl Clone for IsCompatibilityResponse
impl Clone for IsCompatibilityResponse
source§fn clone(&self) -> IsCompatibilityResponse
fn clone(&self) -> IsCompatibilityResponse
Returns a copy 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 IsCompatibilityResponse
impl Debug for IsCompatibilityResponse
source§impl Default for IsCompatibilityResponse
impl Default for IsCompatibilityResponse
source§fn default() -> IsCompatibilityResponse
fn default() -> IsCompatibilityResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for IsCompatibilityResponse
impl<'de> Deserialize<'de> for IsCompatibilityResponse
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 IsCompatibilityResponse
impl PartialEq for IsCompatibilityResponse
source§fn eq(&self, other: &IsCompatibilityResponse) -> bool
fn eq(&self, other: &IsCompatibilityResponse) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for IsCompatibilityResponse
impl Serialize for IsCompatibilityResponse
impl StructuralPartialEq for IsCompatibilityResponse
Auto Trait Implementations§
impl RefUnwindSafe for IsCompatibilityResponse
impl Send for IsCompatibilityResponse
impl Sync for IsCompatibilityResponse
impl Unpin for IsCompatibilityResponse
impl UnwindSafe for IsCompatibilityResponse
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