pub struct ContextPercentages {
pub used: Option<u64>,
pub remaining: Option<u64>,
}Fields§
§used: Option<u64>§remaining: Option<u64>Trait Implementations§
Source§impl Clone for ContextPercentages
impl Clone for ContextPercentages
Source§fn clone(&self) -> ContextPercentages
fn clone(&self) -> ContextPercentages
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 moreAuto Trait Implementations§
impl Freeze for ContextPercentages
impl RefUnwindSafe for ContextPercentages
impl Send for ContextPercentages
impl Sync for ContextPercentages
impl Unpin for ContextPercentages
impl UnsafeUnpin for ContextPercentages
impl UnwindSafe for ContextPercentages
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