pub struct TermDef {
pub iri: String,
pub type_coercion: Option<String>,
pub container: Option<String>,
}Fields§
§iri: String§type_coercion: Option<String>§container: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for TermDef
impl RefUnwindSafe for TermDef
impl Send for TermDef
impl Sync for TermDef
impl Unpin for TermDef
impl UnsafeUnpin for TermDef
impl UnwindSafe for TermDef
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