pub struct SimpleMinimalTerm { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AltTermIdAware for SimpleMinimalTerm
impl AltTermIdAware for SimpleMinimalTerm
type TermIdIter<'a> = Iter<'a, TermId> where Self: 'a
fn iter_alt_term_ids(&self) -> Self::TermIdIter<'_>
fn alt_term_id_count(&self) -> usize
Source§impl Clone for SimpleMinimalTerm
impl Clone for SimpleMinimalTerm
Source§fn clone(&self) -> SimpleMinimalTerm
fn clone(&self) -> SimpleMinimalTerm
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SimpleMinimalTerm
impl Debug for SimpleMinimalTerm
Source§impl Identified for SimpleMinimalTerm
impl Identified for SimpleMinimalTerm
fn identifier(&self) -> &TermId
Source§impl MinimalTerm for SimpleMinimalTerm
impl MinimalTerm for SimpleMinimalTerm
Source§impl<CU> ObographsTermMapper<SimpleMinimalTerm> for DefaultObographsTermMapper<CU>where
CU: CurieUtil,
impl<CU> ObographsTermMapper<SimpleMinimalTerm> for DefaultObographsTermMapper<CU>where
CU: CurieUtil,
Source§impl PartialEq for SimpleMinimalTerm
impl PartialEq for SimpleMinimalTerm
impl Eq for SimpleMinimalTerm
impl StructuralPartialEq for SimpleMinimalTerm
Auto Trait Implementations§
impl Freeze for SimpleMinimalTerm
impl RefUnwindSafe for SimpleMinimalTerm
impl Send for SimpleMinimalTerm
impl Sync for SimpleMinimalTerm
impl Unpin for SimpleMinimalTerm
impl UnwindSafe for SimpleMinimalTerm
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more