Struct gio::ActionGroupExportId
source · [−]pub struct ActionGroupExportId(_);
Trait Implementations
sourceimpl Debug for ActionGroupExportId
impl Debug for ActionGroupExportId
sourceimpl PartialEq<ActionGroupExportId> for ActionGroupExportId
impl PartialEq<ActionGroupExportId> for ActionGroupExportId
sourcefn 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 ==
. Read more
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more