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