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