Struct ssi_json_ld::StaticLoader
source · pub struct StaticLoader;Trait Implementations§
source§impl Clone for StaticLoader
impl Clone for StaticLoader
source§fn clone(&self) -> StaticLoader
fn clone(&self) -> StaticLoader
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Loader<IriBuf, Span> for StaticLoader
impl Loader<IriBuf, Span> for StaticLoader
§type Error = UnknownContext
type Error = UnknownContext
Error type.
Auto Trait Implementations§
impl RefUnwindSafe for StaticLoader
impl Send for StaticLoader
impl Sync for StaticLoader
impl Unpin for StaticLoader
impl UnwindSafe for StaticLoader
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