pub struct InExpoE;Expand description
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InExpoE
impl RefUnwindSafe for InExpoE
impl Send for InExpoE
impl Sync for InExpoE
impl Unpin for InExpoE
impl UnwindSafe for InExpoE
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