Struct json_ld_syntax::Unexpected
source · [−]pub struct Unexpected(_, _);
Trait Implementations
sourceimpl Clone for Unexpected
impl Clone for Unexpected
sourcefn clone(&self) -> Unexpected
fn clone(&self) -> Unexpected
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 Unexpected
impl Debug for Unexpected
sourceimpl From<Unexpected> for InvalidContext
impl From<Unexpected> for InvalidContext
sourcefn from(crate::Unexpected: Unexpected) -> Self
fn from(crate::Unexpected: Unexpected) -> Self
Converts to this type from the input type.
impl Copy for Unexpected
Auto Trait Implementations
impl RefUnwindSafe for Unexpected
impl Send for Unexpected
impl Sync for Unexpected
impl Unpin for Unexpected
impl UnwindSafe for Unexpected
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