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