pub struct Sfixed8P8 { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'a> Deserialize<'a> for Sfixed8P8
impl<'a> Deserialize<'a> for Sfixed8P8
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 Sfixed8P8
impl StructuralPartialEq for Sfixed8P8
Auto Trait Implementations§
impl Freeze for Sfixed8P8
impl RefUnwindSafe for Sfixed8P8
impl Send for Sfixed8P8
impl Sync for Sfixed8P8
impl Unpin for Sfixed8P8
impl UnwindSafe for Sfixed8P8
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