pub struct ByRoleOptionsValue {
pub now: Option<f64>,
pub min: Option<f64>,
pub max: Option<f64>,
pub text: Option<Matcher>,
}
Fields§
§now: Option<f64>
§min: Option<f64>
§max: Option<f64>
§text: Option<Matcher>
Trait Implementations§
Source§impl Clone for ByRoleOptionsValue
impl Clone for ByRoleOptionsValue
Source§fn clone(&self) -> ByRoleOptionsValue
fn clone(&self) -> ByRoleOptionsValue
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 Default for ByRoleOptionsValue
impl Default for ByRoleOptionsValue
Source§fn default() -> ByRoleOptionsValue
fn default() -> ByRoleOptionsValue
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ByRoleOptionsValue
impl !RefUnwindSafe for ByRoleOptionsValue
impl !Send for ByRoleOptionsValue
impl !Sync for ByRoleOptionsValue
impl Unpin for ByRoleOptionsValue
impl !UnwindSafe for ByRoleOptionsValue
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