Struct cln_plugin::messages::NotificationTopic
source · 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 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