pub struct ActionGroupExportId(/* private fields */);
Trait Implementations§
Source§impl Debug for ActionGroupExportId
impl Debug for ActionGroupExportId
Source§impl PartialEq for ActionGroupExportId
impl PartialEq for ActionGroupExportId
impl Eq for ActionGroupExportId
impl StructuralPartialEq for ActionGroupExportId
Auto Trait Implementations§
impl Freeze for ActionGroupExportId
impl RefUnwindSafe for ActionGroupExportId
impl Send for ActionGroupExportId
impl Sync for ActionGroupExportId
impl Unpin for ActionGroupExportId
impl UnwindSafe for ActionGroupExportId
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