pub struct ExtLst {
pub ext: Vec<ExtAny>,
}
Fields§
§ext: Vec<ExtAny>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExtLst
impl RefUnwindSafe for ExtLst
impl Send for ExtLst
impl Sync for ExtLst
impl Unpin for ExtLst
impl UnwindSafe for ExtLst
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