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