pub struct MeaningSupport {
pub kind: String,
pub id: String,
}Expand description
Structured support item for local answers.
Fields§
§kind: StringSupport kind.
id: StringSupport identifier.
Trait Implementations§
Source§impl Clone for MeaningSupport
impl Clone for MeaningSupport
Source§fn clone(&self) -> MeaningSupport
fn clone(&self) -> MeaningSupport
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 Debug for MeaningSupport
impl Debug for MeaningSupport
impl Eq for MeaningSupport
Source§impl PartialEq for MeaningSupport
impl PartialEq for MeaningSupport
Source§fn eq(&self, other: &MeaningSupport) -> bool
fn eq(&self, other: &MeaningSupport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MeaningSupport
Auto Trait Implementations§
impl Freeze for MeaningSupport
impl RefUnwindSafe for MeaningSupport
impl Send for MeaningSupport
impl Sync for MeaningSupport
impl Unpin for MeaningSupport
impl UnsafeUnpin for MeaningSupport
impl UnwindSafe for MeaningSupport
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