pub struct TestNotification {
pub value: u32,
}Fields§
§value: u32Trait Implementations§
Source§impl Debug for TestNotification
impl Debug for TestNotification
Source§impl<'de> Deserialize<'de> for TestNotification
impl<'de> Deserialize<'de> for TestNotification
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 Notification for TestNotification
impl Notification for TestNotification
Auto Trait Implementations§
impl Freeze for TestNotification
impl RefUnwindSafe for TestNotification
impl Send for TestNotification
impl Sync for TestNotification
impl Unpin for TestNotification
impl UnsafeUnpin for TestNotification
impl UnwindSafe for TestNotification
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