pub struct UdtaBox {
pub meta: Option<MetaBox>,
}
Fields§
§meta: Option<MetaBox>
Implementations§
Trait Implementations§
source§impl PartialEq for UdtaBox
impl PartialEq for UdtaBox
impl Eq for UdtaBox
impl StructuralPartialEq for UdtaBox
Auto Trait Implementations§
impl Freeze for UdtaBox
impl RefUnwindSafe for UdtaBox
impl Send for UdtaBox
impl Sync for UdtaBox
impl Unpin for UdtaBox
impl UnwindSafe for UdtaBox
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