pub struct NotificationResponseBody { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !Freeze for NotificationResponseBody
impl RefUnwindSafe for NotificationResponseBody
impl Send for NotificationResponseBody
impl Sync for NotificationResponseBody
impl Unpin for NotificationResponseBody
impl UnsafeUnpin for NotificationResponseBody
impl UnwindSafe for NotificationResponseBody
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