pub struct ExtLst {
pub ext: Vec<ExtAny>,
}Fields§
§ext: Vec<ExtAny>Trait Implementations§
Auto Trait Implementations§
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