pub enum RdfFormat {
Turtle,
JsonLd,
NTriples,
RdfXml,
}Variants§
Implementations§
Trait Implementations§
impl Copy for RdfFormat
impl Eq for RdfFormat
impl StructuralPartialEq for RdfFormat
Auto Trait Implementations§
impl Freeze for RdfFormat
impl RefUnwindSafe for RdfFormat
impl Send for RdfFormat
impl Sync for RdfFormat
impl Unpin for RdfFormat
impl UnsafeUnpin for RdfFormat
impl UnwindSafe for RdfFormat
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