pub struct DescriptiveRepresentationItem {
pub name: String,
pub description: String,
}Fields§
§name: String§description: StringTrait Implementations§
Source§impl Clone for DescriptiveRepresentationItem
impl Clone for DescriptiveRepresentationItem
Source§fn clone(&self) -> DescriptiveRepresentationItem
fn clone(&self) -> DescriptiveRepresentationItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for DescriptiveRepresentationItem
impl PartialEq for DescriptiveRepresentationItem
Source§fn eq(&self, other: &DescriptiveRepresentationItem) -> bool
fn eq(&self, other: &DescriptiveRepresentationItem) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescriptiveRepresentationItem
Auto Trait Implementations§
impl Freeze for DescriptiveRepresentationItem
impl RefUnwindSafe for DescriptiveRepresentationItem
impl Send for DescriptiveRepresentationItem
impl Sync for DescriptiveRepresentationItem
impl Unpin for DescriptiveRepresentationItem
impl UnsafeUnpin for DescriptiveRepresentationItem
impl UnwindSafe for DescriptiveRepresentationItem
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