pub struct ValueDescription {
pub value: i64,
pub description: String,
}Fields§
§value: i64§description: StringTrait Implementations§
Source§impl Clone for ValueDescription
impl Clone for ValueDescription
Source§fn clone(&self) -> ValueDescription
fn clone(&self) -> ValueDescription
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 ValueDescription
impl Debug for ValueDescription
Source§impl From<ValDescription> for ValueDescription
impl From<ValDescription> for ValueDescription
Source§fn from(value: ParsedValDescription) -> Self
fn from(value: ParsedValDescription) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ValueDescription
impl RefUnwindSafe for ValueDescription
impl Send for ValueDescription
impl Sync for ValueDescription
impl Unpin for ValueDescription
impl UnsafeUnpin for ValueDescription
impl UnwindSafe for ValueDescription
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