pub struct Class {
pub namespace: Namespace,
pub local_name: String,
}
Expand description
The Class
struct represents an RDFS or OWL class identifier
consisting of a Namespace
(i.e. a namespace) and a “local name”.
Fields§
§namespace: Namespace
§local_name: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Class
impl !RefUnwindSafe for Class
impl Send for Class
impl Sync for Class
impl Unpin for Class
impl UnwindSafe for Class
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