pub struct NotificationBuilder { /* private fields */ }
Expand description
Builder for JSON-RPC notifications
Implementations§
Auto Trait Implementations§
impl Freeze for NotificationBuilder
impl RefUnwindSafe for NotificationBuilder
impl Send for NotificationBuilder
impl Sync for NotificationBuilder
impl Unpin for NotificationBuilder
impl UnwindSafe for NotificationBuilder
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