pub struct Ufixed8P8 { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'a> Deserialize<'a> for Ufixed8P8
impl<'a> Deserialize<'a> for Ufixed8P8
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'a>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'a>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Ufixed8P8
impl StructuralPartialEq for Ufixed8P8
Auto Trait Implementations§
impl Freeze for Ufixed8P8
impl RefUnwindSafe for Ufixed8P8
impl Send for Ufixed8P8
impl Sync for Ufixed8P8
impl Unpin for Ufixed8P8
impl UnwindSafe for Ufixed8P8
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