pub struct DoAbc {
pub flags: u32,
pub name: String,
pub data: Vec<u8>,
}
Fields§
§flags: u32
§name: String
§data: Vec<u8>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DoAbc
impl<'de> Deserialize<'de> for DoAbc
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
Source§impl Ord for DoAbc
impl Ord for DoAbc
Source§impl PartialOrd for DoAbc
impl PartialOrd for DoAbc
impl Eq for DoAbc
impl StructuralPartialEq for DoAbc
Auto Trait Implementations§
impl Freeze for DoAbc
impl RefUnwindSafe for DoAbc
impl Send for DoAbc
impl Sync for DoAbc
impl Unpin for DoAbc
impl UnwindSafe for DoAbc
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