pub enum et_list {}Auto Trait Implementations§
impl Freeze for et_list
impl RefUnwindSafe for et_list
impl Send for et_list
impl Sync for et_list
impl Unpin for et_list
impl UnwindSafe for et_list
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