pub struct DomainFormats {
pub format: String,
pub confidence: String,
}Fields§
§format: String§confidence: StringTrait Implementations§
Source§impl Clone for DomainFormats
impl Clone for DomainFormats
Source§fn clone(&self) -> DomainFormats
fn clone(&self) -> DomainFormats
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 DomainFormats
impl Debug for DomainFormats
Source§impl<'de> Deserialize<'de> for DomainFormats
impl<'de> Deserialize<'de> for DomainFormats
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DomainFormats
impl RefUnwindSafe for DomainFormats
impl Send for DomainFormats
impl Sync for DomainFormats
impl Unpin for DomainFormats
impl UnwindSafe for DomainFormats
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