pub struct ListSet {
pub list: Vec<Box<Obj>>,
}Fields§
§list: Vec<Box<Obj>>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ListSet
impl RefUnwindSafe for ListSet
impl !Send for ListSet
impl !Sync for ListSet
impl Unpin for ListSet
impl UnsafeUnpin for ListSet
impl UnwindSafe for ListSet
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