Enum json_ld_syntax::ExpandableRef
source · [−]Variants
Keyword(Keyword)
Keyword.
String(&'a str)
Other term.
Trait Implementations
sourceimpl<'a> Display for ExpandableRef<'a>
impl<'a> Display for ExpandableRef<'a>
sourceimpl<'a> From<&'a KeyOrKeyword> for ExpandableRef<'a>
impl<'a> From<&'a KeyOrKeyword> for ExpandableRef<'a>
sourcefn from(k: &'a KeyOrKeyword) -> Self
fn from(k: &'a KeyOrKeyword) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<&'a str> for ExpandableRef<'a>
impl<'a> From<&'a str> for ExpandableRef<'a>
sourceimpl<'a> From<IdRef<'a>> for ExpandableRef<'a>
impl<'a> From<IdRef<'a>> for ExpandableRef<'a>
sourceimpl<'a> From<KeyOrKeywordRef<'a>> for ExpandableRef<'a>
impl<'a> From<KeyOrKeywordRef<'a>> for ExpandableRef<'a>
sourcefn from(k: KeyOrKeywordRef<'a>) -> Self
fn from(k: KeyOrKeywordRef<'a>) -> Self
Converts to this type from the input type.
sourceimpl<'a> From<TypeRef<'a>> for ExpandableRef<'a>
impl<'a> From<TypeRef<'a>> for ExpandableRef<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for ExpandableRef<'a>
impl<'a> Send for ExpandableRef<'a>
impl<'a> Sync for ExpandableRef<'a>
impl<'a> Unpin for ExpandableRef<'a>
impl<'a> UnwindSafe for ExpandableRef<'a>
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