pub struct ExpectNormalizedFloat;
Trait Implementations§
source§impl Clone for ExpectNormalizedFloat
impl Clone for ExpectNormalizedFloat
source§fn clone(&self) -> ExpectNormalizedFloat
fn clone(&self) -> ExpectNormalizedFloat
Returns a copy 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 moresource§impl Encoding for ExpectNormalizedFloat
impl Encoding for ExpectNormalizedFloat
fn write_f32(self, writer: &mut impl Write, v: f32)
fn read_f32(self, reader: &mut impl Read) -> Result<f32>
fn write_f64(self, writer: &mut impl Write, v: f64)
fn read_f64(self, reader: &mut impl Read) -> Result<f64>
fn is_fixed(self) -> bool
fn zigzag(self) -> bool
fn write_u64<const BITS: usize>(self, writer: &mut impl Write, v: u64)
fn read_u64<const BITS: usize>(self, reader: &mut impl Read) -> Result<u64>
fn write_u128<const BITS: usize>(self, writer: &mut impl Write, v: u128)
fn read_u128<const BITS: usize>(self, reader: &mut impl Read) -> Result<u128>
fn write_str(self, writer: &mut impl Write, v: &str)
fn read_str(self, reader: &mut impl Read) -> Result<&str>
fn write_byte_str(self, writer: &mut impl Write, v: &[u8])
fn read_byte_str(self, reader: &mut impl Read) -> Result<&[u8]>
fn read_bytes(self, reader: &mut impl Read, len: NonZeroUsize) -> Result<&[u8]>
impl Copy for ExpectNormalizedFloat
Auto Trait Implementations§
impl RefUnwindSafe for ExpectNormalizedFloat
impl Send for ExpectNormalizedFloat
impl Sync for ExpectNormalizedFloat
impl Unpin for ExpectNormalizedFloat
impl UnwindSafe for ExpectNormalizedFloat
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