pub struct SetCapResult {
pub cap_bytes: u64,
}Expand description
control.cache.setCap — the applied cap (after the 64 MiB floor).
Fields§
§cap_bytes: u64The cache cap now in effect, in bytes.
Trait Implementations§
Source§impl Clone for SetCapResult
impl Clone for SetCapResult
Source§fn clone(&self) -> SetCapResult
fn clone(&self) -> SetCapResult
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 SetCapResult
impl Debug for SetCapResult
Source§impl<'de> Deserialize<'de> for SetCapResult
impl<'de> Deserialize<'de> for SetCapResult
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
impl Eq for SetCapResult
Source§impl PartialEq for SetCapResult
impl PartialEq for SetCapResult
Source§impl Serialize for SetCapResult
impl Serialize for SetCapResult
impl StructuralPartialEq for SetCapResult
Auto Trait Implementations§
impl Freeze for SetCapResult
impl RefUnwindSafe for SetCapResult
impl Send for SetCapResult
impl Sync for SetCapResult
impl Unpin for SetCapResult
impl UnsafeUnpin for SetCapResult
impl UnwindSafe for SetCapResult
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