pub struct PropertyReply {
pub name: String,
pub value: NumberParts,
pub doc: Option<DocString>,
}Fields§
§name: String§value: NumberParts§doc: Option<DocString>Trait Implementations§
Source§impl Clone for PropertyReply
impl Clone for PropertyReply
Source§fn clone(&self) -> PropertyReply
fn clone(&self) -> PropertyReply
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 PropertyReply
impl Debug for PropertyReply
Source§impl Serialize for PropertyReply
impl Serialize for PropertyReply
Auto Trait Implementations§
impl Freeze for PropertyReply
impl RefUnwindSafe for PropertyReply
impl Send for PropertyReply
impl Sync for PropertyReply
impl Unpin for PropertyReply
impl UnsafeUnpin for PropertyReply
impl UnwindSafe for PropertyReply
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