pub struct ActorLimits {
pub min: Option<f64>,
pub max: Option<f64>,
pub safety_limit: Option<f64>,
}Expand description
Limites de um ator no registro (FORMAL §6) — validação inclusiva.
Fields§
§min: Option<f64>§max: Option<f64>§safety_limit: Option<f64>Trait Implementations§
Source§impl Clone for ActorLimits
impl Clone for ActorLimits
Source§fn clone(&self) -> ActorLimits
fn clone(&self) -> ActorLimits
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 moreSource§impl Debug for ActorLimits
impl Debug for ActorLimits
Source§impl Default for ActorLimits
impl Default for ActorLimits
Source§fn default() -> ActorLimits
fn default() -> ActorLimits
Returns the “default value” for a type. Read more
Source§impl PartialEq for ActorLimits
impl PartialEq for ActorLimits
impl StructuralPartialEq for ActorLimits
Auto Trait Implementations§
impl Freeze for ActorLimits
impl RefUnwindSafe for ActorLimits
impl Send for ActorLimits
impl Sync for ActorLimits
impl Unpin for ActorLimits
impl UnsafeUnpin for ActorLimits
impl UnwindSafe for ActorLimits
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