pub struct DownloadUrlPropertyIri;Trait Implementations§
source§impl PartialEq<&str> for DownloadUrlPropertyIri
impl PartialEq<&str> for DownloadUrlPropertyIri
source§impl PartialEq<DownloadUrlPropertyIri> for &str
impl PartialEq<DownloadUrlPropertyIri> for &str
source§fn eq(&self, other: &DownloadUrlPropertyIri) -> bool
fn eq(&self, other: &DownloadUrlPropertyIri) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for DownloadUrlPropertyIri
impl RefUnwindSafe for DownloadUrlPropertyIri
impl Send for DownloadUrlPropertyIri
impl Sync for DownloadUrlPropertyIri
impl Unpin for DownloadUrlPropertyIri
impl UnwindSafe for DownloadUrlPropertyIri
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