pub struct DynamicPoolQuarantineRelease { /* private fields */ }Implementations§
Source§impl DynamicPoolQuarantineRelease
impl DynamicPoolQuarantineRelease
pub fn pool_id(&self) -> &DynamicBackingPoolId
pub const fn released_chunks(&self) -> usize
pub const fn released_bytes(&self) -> u64
Trait Implementations§
Source§impl Clone for DynamicPoolQuarantineRelease
impl Clone for DynamicPoolQuarantineRelease
Source§fn clone(&self) -> DynamicPoolQuarantineRelease
fn clone(&self) -> DynamicPoolQuarantineRelease
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 DynamicPoolQuarantineRelease
impl Debug for DynamicPoolQuarantineRelease
impl Eq for DynamicPoolQuarantineRelease
impl StructuralPartialEq for DynamicPoolQuarantineRelease
Auto Trait Implementations§
impl Freeze for DynamicPoolQuarantineRelease
impl RefUnwindSafe for DynamicPoolQuarantineRelease
impl Send for DynamicPoolQuarantineRelease
impl Sync for DynamicPoolQuarantineRelease
impl Unpin for DynamicPoolQuarantineRelease
impl UnsafeUnpin for DynamicPoolQuarantineRelease
impl UnwindSafe for DynamicPoolQuarantineRelease
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