pub struct ElError(pub String);Tuple Fields§
§0: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ElError
impl RefUnwindSafe for ElError
impl Send for ElError
impl Sync for ElError
impl Unpin for ElError
impl UnsafeUnpin for ElError
impl UnwindSafe for ElError
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