Struct gio::MenuModelExportId
source · [−]pub struct MenuModelExportId(_);
Trait Implementations
sourceimpl Debug for MenuModelExportId
impl Debug for MenuModelExportId
sourceimpl PartialEq<MenuModelExportId> for MenuModelExportId
impl PartialEq<MenuModelExportId> for MenuModelExportId
sourcefn eq(&self, other: &MenuModelExportId) -> bool
fn eq(&self, other: &MenuModelExportId) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl Eq for MenuModelExportId
impl StructuralEq for MenuModelExportId
impl StructuralPartialEq for MenuModelExportId
Auto Trait Implementations
impl RefUnwindSafe for MenuModelExportId
impl Send for MenuModelExportId
impl Sync for MenuModelExportId
impl Unpin for MenuModelExportId
impl UnwindSafe for MenuModelExportId
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