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