pub struct FibreInput<'a> {
pub fibre: &'a str,
pub pct: f64,
pub country_of_origin: Option<&'a str>,
}Expand description
A fibre entry for composition validation.
Fields§
§fibre: &'a str§pct: f64§country_of_origin: Option<&'a str>Trait Implementations§
Source§impl<'a> Clone for FibreInput<'a>
impl<'a> Clone for FibreInput<'a>
Source§fn clone(&self) -> FibreInput<'a>
fn clone(&self) -> FibreInput<'a>
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 moreimpl<'a> Copy for FibreInput<'a>
Auto Trait Implementations§
impl<'a> Freeze for FibreInput<'a>
impl<'a> RefUnwindSafe for FibreInput<'a>
impl<'a> Send for FibreInput<'a>
impl<'a> Sync for FibreInput<'a>
impl<'a> Unpin for FibreInput<'a>
impl<'a> UnsafeUnpin for FibreInput<'a>
impl<'a> UnwindSafe for FibreInput<'a>
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