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