pub struct Rela {
pub subject: SymbolId,
pub predicate: RelationKind,
pub object: SymbolId,
}Fields§
§subject: SymbolId§predicate: RelationKind§object: SymbolIdImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Rela
impl RefUnwindSafe for Rela
impl Send for Rela
impl Sync for Rela
impl Unpin for Rela
impl UnwindSafe for Rela
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