pub struct SupportedRate {
pub mandatory: bool,
pub rate: f32,
}Fields§
§mandatory: bool§rate: f32Trait Implementations§
Source§impl Clone for SupportedRate
impl Clone for SupportedRate
Source§fn clone(&self) -> SupportedRate
fn clone(&self) -> SupportedRate
Returns a copy 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 SupportedRate
impl RefUnwindSafe for SupportedRate
impl Send for SupportedRate
impl Sync for SupportedRate
impl Unpin for SupportedRate
impl UnwindSafe for SupportedRate
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