Struct json_ld_core::InvalidLangString
source · [−]pub struct InvalidLangString;
Expand description
Raised when something tried to build a language string without language tag or direction.
Trait Implementations
sourceimpl Clone for InvalidLangString
impl Clone for InvalidLangString
sourcefn clone(&self) -> InvalidLangString
fn clone(&self) -> InvalidLangString
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for InvalidLangString
impl Debug for InvalidLangString
impl Copy for InvalidLangString
Auto Trait Implementations
impl RefUnwindSafe for InvalidLangString
impl Send for InvalidLangString
impl Sync for InvalidLangString
impl Unpin for InvalidLangString
impl UnwindSafe for InvalidLangString
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more