Struct json_ld_syntax::InvalidDirection 
source · pub struct InvalidDirection<T>(pub T);Tuple Fields§
§0: TImplementations§
source§impl<'a, T: ?Sized + ToOwned> InvalidDirection<&'a T>
 
impl<'a, T: ?Sized + ToOwned> InvalidDirection<&'a T>
pub fn into_owned(self) -> InvalidDirection<T::Owned>
Trait Implementations§
source§impl<T: Debug> Debug for InvalidDirection<T>
 
impl<T: Debug> Debug for InvalidDirection<T>
source§impl<T> Display for InvalidDirection<T>where
    T: Display,
 
impl<T> Display for InvalidDirection<T>where
    T: Display,
source§impl<T> Error for InvalidDirection<T>
 
impl<T> Error for InvalidDirection<T>
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
 
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
 
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl<T> Freeze for InvalidDirection<T>where
    T: Freeze,
impl<T> RefUnwindSafe for InvalidDirection<T>where
    T: RefUnwindSafe,
impl<T> Send for InvalidDirection<T>where
    T: Send,
impl<T> Sync for InvalidDirection<T>where
    T: Sync,
impl<T> Unpin for InvalidDirection<T>where
    T: Unpin,
impl<T> UnwindSafe for InvalidDirection<T>where
    T: UnwindSafe,
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