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