Struct json_ld_syntax::context::definition::UnknownVersion   
source · pub struct UnknownVersion(pub String);Tuple Fields§
§0: StringTrait Implementations§
source§impl Debug for UnknownVersion
 
impl Debug for UnknownVersion
source§impl Display for UnknownVersion
 
impl Display for UnknownVersion
source§impl Error for UnknownVersion
 
impl Error for UnknownVersion
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 Freeze for UnknownVersion
impl RefUnwindSafe for UnknownVersion
impl Send for UnknownVersion
impl Sync for UnknownVersion
impl Unpin for UnknownVersion
impl UnwindSafe for UnknownVersion
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