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