pub struct UpdateSchemaRequest {
pub description: Option<String>,
pub tags: Option<Vec<String>>,
pub compatibility_mode: Option<CompatibilityModeDto>,
}Expand description
DTO for updating a schema
Fields§
§description: Option<String>§compatibility_mode: Option<CompatibilityModeDto>Trait Implementations§
Source§impl Debug for UpdateSchemaRequest
impl Debug for UpdateSchemaRequest
Source§impl<'de> Deserialize<'de> for UpdateSchemaRequest
impl<'de> Deserialize<'de> for UpdateSchemaRequest
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 UpdateSchemaRequest
impl RefUnwindSafe for UpdateSchemaRequest
impl Send for UpdateSchemaRequest
impl Sync for UpdateSchemaRequest
impl Unpin for UpdateSchemaRequest
impl UnsafeUnpin for UpdateSchemaRequest
impl UnwindSafe for UpdateSchemaRequest
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