pub struct TimeToCompletePropertyIri;Trait Implementations§
Source§impl PartialEq<&str> for TimeToCompletePropertyIri
impl PartialEq<&str> for TimeToCompletePropertyIri
Source§impl PartialEq<TimeToCompletePropertyIri> for &str
impl PartialEq<TimeToCompletePropertyIri> for &str
Auto Trait Implementations§
impl Freeze for TimeToCompletePropertyIri
impl RefUnwindSafe for TimeToCompletePropertyIri
impl Send for TimeToCompletePropertyIri
impl Sync for TimeToCompletePropertyIri
impl Unpin for TimeToCompletePropertyIri
impl UnwindSafe for TimeToCompletePropertyIri
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