pub struct SetCapBytesResult {
pub cap_bytes: u64,
}Expand description
Result for cache.setCapBytes.
Fields§
§cap_bytes: u64The effective cap after flooring.
Trait Implementations§
Source§impl Clone for SetCapBytesResult
impl Clone for SetCapBytesResult
Source§fn clone(&self) -> SetCapBytesResult
fn clone(&self) -> SetCapBytesResult
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 SetCapBytesResult
impl Debug for SetCapBytesResult
Source§impl<'de> Deserialize<'de> for SetCapBytesResult
impl<'de> Deserialize<'de> for SetCapBytesResult
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 SetCapBytesResult
Source§impl PartialEq for SetCapBytesResult
impl PartialEq for SetCapBytesResult
Source§impl Serialize for SetCapBytesResult
impl Serialize for SetCapBytesResult
impl StructuralPartialEq for SetCapBytesResult
Auto Trait Implementations§
impl Freeze for SetCapBytesResult
impl RefUnwindSafe for SetCapBytesResult
impl Send for SetCapBytesResult
impl Sync for SetCapBytesResult
impl Unpin for SetCapBytesResult
impl UnsafeUnpin for SetCapBytesResult
impl UnwindSafe for SetCapBytesResult
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