pub struct JsonLdLoadDocumentOptions {
pub request_profile: JsonLdProfileSet,
}
Expand description
Used to pass various options to the LoadDocumentCallback.
Fields§
§request_profile: JsonLdProfileSet
One or more IRIs to use in the request as a profile parameter.
Auto Trait Implementations§
impl Freeze for JsonLdLoadDocumentOptions
impl RefUnwindSafe for JsonLdLoadDocumentOptions
impl Send for JsonLdLoadDocumentOptions
impl Sync for JsonLdLoadDocumentOptions
impl Unpin for JsonLdLoadDocumentOptions
impl UnwindSafe for JsonLdLoadDocumentOptions
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