pub struct ActivateActionIri;Trait Implementations§
Source§impl PartialEq<&str> for ActivateActionIri
impl PartialEq<&str> for ActivateActionIri
Source§impl PartialEq<ActivateActionIri> for &str
impl PartialEq<ActivateActionIri> for &str
Auto Trait Implementations§
impl Freeze for ActivateActionIri
impl RefUnwindSafe for ActivateActionIri
impl Send for ActivateActionIri
impl Sync for ActivateActionIri
impl Unpin for ActivateActionIri
impl UnwindSafe for ActivateActionIri
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