pub struct Poison {
pub type_id: TypeId,
}Expand description
Fields§
§type_id: TypeIdThe type (and thus byte width) of this poison value.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Poison
impl<'de> Deserialize<'de> for Poison
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 Poison
impl StructuralPartialEq for Poison
Auto Trait Implementations§
impl Freeze for Poison
impl RefUnwindSafe for Poison
impl Send for Poison
impl Sync for Poison
impl Unpin for Poison
impl UnsafeUnpin for Poison
impl UnwindSafe for Poison
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