pub struct Triple<S>{ /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<S> Freeze for Triple<S>
impl<S> RefUnwindSafe for Triple<S>where
<S as SRDFBasic>::Subject: RefUnwindSafe,
<S as SRDFBasic>::IRI: RefUnwindSafe,
<S as SRDFBasic>::Term: RefUnwindSafe,
S: ?Sized,
impl<S> Send for Triple<S>
impl<S> Sync for Triple<S>
impl<S> Unpin for Triple<S>
impl<S> UnwindSafe for Triple<S>where
<S as SRDFBasic>::Subject: UnwindSafe,
<S as SRDFBasic>::IRI: UnwindSafe,
<S as SRDFBasic>::Term: UnwindSafe,
S: ?Sized,
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