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