Struct gio::RegistrationId
source · pub struct RegistrationId(/* private fields */);
Trait Implementations§
source§impl Debug for RegistrationId
impl Debug for RegistrationId
source§impl PartialEq for RegistrationId
impl PartialEq for RegistrationId
source§fn eq(&self, other: &RegistrationId) -> bool
fn eq(&self, other: &RegistrationId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for RegistrationId
impl StructuralEq for RegistrationId
impl StructuralPartialEq for RegistrationId
Auto Trait Implementations§
impl RefUnwindSafe for RegistrationId
impl Send for RegistrationId
impl Sync for RegistrationId
impl Unpin for RegistrationId
impl UnwindSafe for RegistrationId
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