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
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