pub struct FormatMatch {
pub format: String,
pub source: FormatSource,
}Expand description
Result of format detection.
Fields§
§format: String§source: FormatSourceTrait Implementations§
Source§impl Clone for FormatMatch
impl Clone for FormatMatch
Source§fn clone(&self) -> FormatMatch
fn clone(&self) -> FormatMatch
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 moreAuto Trait Implementations§
impl Freeze for FormatMatch
impl RefUnwindSafe for FormatMatch
impl Send for FormatMatch
impl Sync for FormatMatch
impl Unpin for FormatMatch
impl UnsafeUnpin for FormatMatch
impl UnwindSafe for FormatMatch
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