Struct NotifyDetail
pub struct NotifyDetail(/* private fields */);
Implementations§
§impl NotifyDetail
impl NotifyDetail
pub const ANCESTOR: NotifyDetail = _
pub const VIRTUAL: NotifyDetail = _
pub const INFERIOR: NotifyDetail = _
pub const NONLINEAR: NotifyDetail = _
pub const NONLINEAR_VIRTUAL: NotifyDetail = _
pub const POINTER: NotifyDetail = _
pub const POINTER_ROOT: NotifyDetail = _
pub const NONE: NotifyDetail = _
Trait Implementations§
§impl Clone for NotifyDetail
impl Clone for NotifyDetail
§fn clone(&self) -> NotifyDetail
fn clone(&self) -> NotifyDetail
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for NotifyDetail
impl Debug for NotifyDetail
§impl Default for NotifyDetail
impl Default for NotifyDetail
§fn default() -> NotifyDetail
fn default() -> NotifyDetail
Returns the “default value” for a type. Read more
§impl From<u8> for NotifyDetail
impl From<u8> for NotifyDetail
§fn from(value: u8) -> NotifyDetail
fn from(value: u8) -> NotifyDetail
Converts to this type from the input type.
§impl Hash for NotifyDetail
impl Hash for NotifyDetail
§impl Ord for NotifyDetail
impl Ord for NotifyDetail
§impl PartialEq for NotifyDetail
impl PartialEq for NotifyDetail
§impl PartialOrd for NotifyDetail
impl PartialOrd for NotifyDetail
impl Copy for NotifyDetail
impl Eq for NotifyDetail
impl StructuralPartialEq for NotifyDetail
Auto Trait Implementations§
impl Freeze for NotifyDetail
impl RefUnwindSafe for NotifyDetail
impl Send for NotifyDetail
impl Sync for NotifyDetail
impl Unpin for NotifyDetail
impl UnwindSafe for NotifyDetail
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)