pub enum RdfSyntaxDataTypes {
A,
ListFirst,
ListRest,
ListNil,
}
Expand description
RDF Schema data types and vocabulary.
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for RdfSyntaxDataTypes
impl RefUnwindSafe for RdfSyntaxDataTypes
impl Send for RdfSyntaxDataTypes
impl Sync for RdfSyntaxDataTypes
impl Unpin for RdfSyntaxDataTypes
impl UnwindSafe for RdfSyntaxDataTypes
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