pub struct SetPropertyParams {
pub id: String,
pub properties: SetPropertyProperties,
}
Fields§
§id: String
§properties: SetPropertyProperties
Trait Implementations§
Source§impl Clone for SetPropertyParams
impl Clone for SetPropertyParams
Source§fn clone(&self) -> SetPropertyParams
fn clone(&self) -> SetPropertyParams
Returns a copy 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 SetPropertyParams
impl Debug for SetPropertyParams
Source§impl<'de> Deserialize<'de> for SetPropertyParams
impl<'de> Deserialize<'de> for SetPropertyParams
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 SetPropertyParams
impl PartialEq for SetPropertyParams
Source§impl Serialize for SetPropertyParams
impl Serialize for SetPropertyParams
impl StructuralPartialEq for SetPropertyParams
Auto Trait Implementations§
impl Freeze for SetPropertyParams
impl RefUnwindSafe for SetPropertyParams
impl Send for SetPropertyParams
impl Sync for SetPropertyParams
impl Unpin for SetPropertyParams
impl UnwindSafe for SetPropertyParams
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