pub struct Auxc {
pub aux_type: String,
pub aux_subtype: Vec<u8>,
}
Fields§
§aux_type: String
§aux_subtype: Vec<u8>
Trait Implementations§
impl Eq for Auxc
impl StructuralPartialEq for Auxc
Auto Trait Implementations§
impl Freeze for Auxc
impl RefUnwindSafe for Auxc
impl Send for Auxc
impl Sync for Auxc
impl Unpin for Auxc
impl UnwindSafe for Auxc
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