pub struct ParameterMessage {
pub key: String,
pub value: ULogValue,
}
Fields§
§key: String
§value: ULogValue
Trait Implementations§
Source§impl Clone for ParameterMessage
impl Clone for ParameterMessage
Source§fn clone(&self) -> ParameterMessage
fn clone(&self) -> ParameterMessage
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 ParameterMessage
impl Debug for ParameterMessage
Auto Trait Implementations§
impl Freeze for ParameterMessage
impl RefUnwindSafe for ParameterMessage
impl Send for ParameterMessage
impl Sync for ParameterMessage
impl Unpin for ParameterMessage
impl UnwindSafe for ParameterMessage
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