pub struct ManageDataOp {
pub dataName: string64,
pub dataValue: Option<DataValue>,
}
Fields§
§dataName: string64
§dataValue: Option<DataValue>
Trait Implementations§
Source§impl Clone for ManageDataOp
impl Clone for ManageDataOp
Source§fn clone(&self) -> ManageDataOp
fn clone(&self) -> ManageDataOp
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 ManageDataOp
impl Debug for ManageDataOp
Source§impl<Out: Write> Pack<Out> for ManageDataOp
impl<Out: Write> Pack<Out> for ManageDataOp
Source§impl PartialEq for ManageDataOp
impl PartialEq for ManageDataOp
Source§impl<In: Read> Unpack<In> for ManageDataOp
impl<In: Read> Unpack<In> for ManageDataOp
impl Eq for ManageDataOp
impl StructuralPartialEq for ManageDataOp
Auto Trait Implementations§
impl Freeze for ManageDataOp
impl RefUnwindSafe for ManageDataOp
impl Send for ManageDataOp
impl Sync for ManageDataOp
impl Unpin for ManageDataOp
impl UnwindSafe for ManageDataOp
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