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