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