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