pub struct UpdateObject {
pub obj_path: String,
pub param_settings: Vec<UpdateParamSetting>,
}Fields§
§obj_path: String§param_settings: Vec<UpdateParamSetting>Trait Implementations§
Source§impl Clone for UpdateObject
impl Clone for UpdateObject
Source§fn clone(&self) -> UpdateObject
fn clone(&self) -> UpdateObject
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 UpdateObject
impl Debug for UpdateObject
Source§impl Default for UpdateObject
impl Default for UpdateObject
Source§fn default() -> UpdateObject
fn default() -> UpdateObject
Returns the “default value” for a type. Read more
Source§impl<'a> MessageRead<'a> for UpdateObject
impl<'a> MessageRead<'a> for UpdateObject
Source§fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
Constructs an instance of
Self by reading from the given bytes
via the given reader. Read moreSource§impl MessageWrite for UpdateObject
impl MessageWrite for UpdateObject
Source§impl PartialEq for UpdateObject
impl PartialEq for UpdateObject
Source§impl Serialize for UpdateObject
impl Serialize for UpdateObject
impl StructuralPartialEq for UpdateObject
Auto Trait Implementations§
impl Freeze for UpdateObject
impl RefUnwindSafe for UpdateObject
impl Send for UpdateObject
impl Sync for UpdateObject
impl Unpin for UpdateObject
impl UnwindSafe for UpdateObject
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