pub struct ArenaClock {
pub limit: u32,
pub increment: u32,
}Fields§
§limit: u32§increment: u32Trait Implementations§
Source§impl Clone for ArenaClock
impl Clone for ArenaClock
Source§fn clone(&self) -> ArenaClock
fn clone(&self) -> ArenaClock
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 ArenaClock
impl Debug for ArenaClock
Source§impl<'de> Deserialize<'de> for ArenaClock
impl<'de> Deserialize<'de> for ArenaClock
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ArenaClock
impl RefUnwindSafe for ArenaClock
impl Send for ArenaClock
impl Sync for ArenaClock
impl Unpin for ArenaClock
impl UnsafeUnpin for ArenaClock
impl UnwindSafe for ArenaClock
Blanket Implementations§
impl<B> BodyBounds for Bwhere
B: Serialize,
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