pub struct Loc<T, M> { /* private fields */ }
Expand description
Value located behind an IRI reference.
Implementations
Creates a new value from the given source
attached to the given metadata
.
Trait Implementations
Auto Trait Implementations
impl<T, M> RefUnwindSafe for Loc<T, M> where
M: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, M> UnwindSafe for Loc<T, M> where
M: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more