Struct json_ld_syntax::context::definition::VocabRef
source · pub struct VocabRef<'a>(_);
Implementations§
Trait Implementations§
source§impl<'a> From<VocabRef<'a>> for ExpandableRef<'a>
impl<'a> From<VocabRef<'a>> for ExpandableRef<'a>
source§impl<'a> PrecomputeSize for VocabRef<'a>
impl<'a> PrecomputeSize for VocabRef<'a>
source§impl<'a> Print for VocabRef<'a>
impl<'a> Print for VocabRef<'a>
fn fmt_with( &self, f: &mut Formatter<'_>, _options: &Options, _indent: usize ) -> Result
source§fn pretty_print(&self) -> Printed<'_, Self>
fn pretty_print(&self) -> Printed<'_, Self>
Print the value with
Options::pretty
options.source§fn compact_print(&self) -> Printed<'_, Self>
fn compact_print(&self) -> Printed<'_, Self>
Print the value with
Options::compact
options.source§fn inline_print(&self) -> Printed<'_, Self>
fn inline_print(&self) -> Printed<'_, Self>
Print the value with
Options::inline
options.source§fn print_with(&self, options: Options) -> Printed<'_, Self>
fn print_with(&self, options: Options) -> Printed<'_, Self>
Print the value with the given options.
impl<'a> Copy for VocabRef<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for VocabRef<'a>
impl<'a> Send for VocabRef<'a>
impl<'a> Sync for VocabRef<'a>
impl<'a> Unpin for VocabRef<'a>
impl<'a> UnwindSafe for VocabRef<'a>
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