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