pub struct DeleteSchemaResponse {
pub version: Option<i64>,
}Fields§
§version: Option<i64>Implementations§
Source§impl DeleteSchemaResponse
impl DeleteSchemaResponse
pub fn new() -> DeleteSchemaResponse
Trait Implementations§
Source§impl Clone for DeleteSchemaResponse
impl Clone for DeleteSchemaResponse
Source§fn clone(&self) -> DeleteSchemaResponse
fn clone(&self) -> DeleteSchemaResponse
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 DeleteSchemaResponse
impl Debug for DeleteSchemaResponse
Source§impl Default for DeleteSchemaResponse
impl Default for DeleteSchemaResponse
Source§fn default() -> DeleteSchemaResponse
fn default() -> DeleteSchemaResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteSchemaResponse
impl<'de> Deserialize<'de> for DeleteSchemaResponse
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 DeleteSchemaResponse
impl PartialEq for DeleteSchemaResponse
Source§impl Serialize for DeleteSchemaResponse
impl Serialize for DeleteSchemaResponse
impl StructuralPartialEq for DeleteSchemaResponse
Auto Trait Implementations§
impl Freeze for DeleteSchemaResponse
impl RefUnwindSafe for DeleteSchemaResponse
impl Send for DeleteSchemaResponse
impl Sync for DeleteSchemaResponse
impl Unpin for DeleteSchemaResponse
impl UnwindSafe for DeleteSchemaResponse
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