pub struct DrsBox {
pub universe: Vec<Referent>,
pub box_type: Option<BoxType>,
pub parent: Option<usize>,
}Fields§
§universe: Vec<Referent>§box_type: Option<BoxType>§parent: Option<usize>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DrsBox
impl RefUnwindSafe for DrsBox
impl Send for DrsBox
impl Sync for DrsBox
impl Unpin for DrsBox
impl UnwindSafe for DrsBox
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