Struct gio::ActionGroupExportId
source · 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
source§fn eq(&self, other: &ActionGroupExportId) -> bool
fn eq(&self, other: &ActionGroupExportId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ActionGroupExportId
impl StructuralEq for ActionGroupExportId
impl StructuralPartialEq for ActionGroupExportId
Auto Trait Implementations§
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