pub struct NotificationTopic {
pub method: String,
}
Fields§
§method: String
Implementations§
Trait Implementations§
Source§impl Clone for NotificationTopic
impl Clone for NotificationTopic
Source§fn clone(&self) -> NotificationTopic
fn clone(&self) -> NotificationTopic
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 moreSource§impl Debug for NotificationTopic
impl Debug for NotificationTopic
Source§impl Default for NotificationTopic
impl Default for NotificationTopic
Source§fn default() -> NotificationTopic
fn default() -> NotificationTopic
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NotificationTopic
impl RefUnwindSafe for NotificationTopic
impl Send for NotificationTopic
impl Sync for NotificationTopic
impl Unpin for NotificationTopic
impl UnwindSafe for NotificationTopic
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