pub struct StatusNotificationResponse {
pub custom_data: Option<CustomData>,
}Fields§
§custom_data: Option<CustomData>Trait Implementations§
Source§impl Action for StatusNotificationResponse
impl Action for StatusNotificationResponse
Source§impl Clone for StatusNotificationResponse
impl Clone for StatusNotificationResponse
Source§fn clone(&self) -> StatusNotificationResponse
fn clone(&self) -> StatusNotificationResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StatusNotificationResponse
impl Debug for StatusNotificationResponse
impl Eq for StatusNotificationResponse
impl StructuralPartialEq for StatusNotificationResponse
Auto Trait Implementations§
impl Freeze for StatusNotificationResponse
impl RefUnwindSafe for StatusNotificationResponse
impl Send for StatusNotificationResponse
impl Sync for StatusNotificationResponse
impl Unpin for StatusNotificationResponse
impl UnsafeUnpin for StatusNotificationResponse
impl UnwindSafe for StatusNotificationResponse
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