pub struct Ecom(/* private fields */);Implementations§
Auto Trait Implementations§
impl Freeze for Ecom
impl RefUnwindSafe for Ecom
impl !Send for Ecom
impl !Sync for Ecom
impl Unpin for Ecom
impl UnsafeUnpin for Ecom
impl UnwindSafe for Ecom
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