pub struct Notify(/* private fields */);
Implementations§
Source§impl Notify
impl Notify
pub const CRTC_CHANGE: Self
pub const OUTPUT_CHANGE: Self
pub const OUTPUT_PROPERTY: Self
pub const PROVIDER_CHANGE: Self
pub const PROVIDER_PROPERTY: Self
pub const RESOURCE_CHANGE: Self
pub const LEASE: Self
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Notify
impl<'de> Deserialize<'de> for Notify
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Notify
impl Ord for Notify
Source§impl PartialOrd for Notify
impl PartialOrd for Notify
impl Copy for Notify
impl Eq for Notify
impl StructuralPartialEq for Notify
Auto Trait Implementations§
impl Freeze for Notify
impl RefUnwindSafe for Notify
impl Send for Notify
impl Sync for Notify
impl Unpin for Notify
impl UnwindSafe for Notify
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