pub struct Kibibytes(pub u32);Tuple Fields§
§0: u32Trait Implementations§
Source§impl<'de> Deserialize<'de> for Kibibytes
impl<'de> Deserialize<'de> for Kibibytes
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
Source§impl Ord for Kibibytes
impl Ord for Kibibytes
Source§impl PartialOrd for Kibibytes
impl PartialOrd for Kibibytes
impl Copy for Kibibytes
impl Eq for Kibibytes
impl StructuralPartialEq for Kibibytes
Auto Trait Implementations§
impl Freeze for Kibibytes
impl RefUnwindSafe for Kibibytes
impl Send for Kibibytes
impl Sync for Kibibytes
impl Unpin for Kibibytes
impl UnwindSafe for Kibibytes
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