Struct stremio_core::deep_links::ErrorLink
source · pub struct ErrorLink(String);
Tuple Fields§
§0: String
Trait Implementations§
impl Eq for ErrorLink
impl StructuralPartialEq for ErrorLink
Auto Trait Implementations§
impl Freeze for ErrorLink
impl RefUnwindSafe for ErrorLink
impl Send for ErrorLink
impl Sync for ErrorLink
impl Unpin for ErrorLink
impl UnwindSafe for ErrorLink
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