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