pub struct RdfaGraph<'a> {
pub well_known_prefix: Option<&'a str>,
pub statements: HashSet<Statement<'a>>,
}
Fields§
§well_known_prefix: Option<&'a str>
§statements: HashSet<Statement<'a>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for RdfaGraph<'a>
impl<'a> RefUnwindSafe for RdfaGraph<'a>
impl<'a> Send for RdfaGraph<'a>
impl<'a> Sync for RdfaGraph<'a>
impl<'a> Unpin for RdfaGraph<'a>
impl<'a> UnwindSafe for RdfaGraph<'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