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