pub struct LogStatusNotificationResponse {
pub custom_data: Option<CustomData>,
}Fields§
§custom_data: Option<CustomData>Trait Implementations§
Source§impl Clone for LogStatusNotificationResponse
impl Clone for LogStatusNotificationResponse
Source§fn clone(&self) -> LogStatusNotificationResponse
fn clone(&self) -> LogStatusNotificationResponse
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 moreimpl Eq for LogStatusNotificationResponse
impl StructuralPartialEq for LogStatusNotificationResponse
Auto Trait Implementations§
impl Freeze for LogStatusNotificationResponse
impl RefUnwindSafe for LogStatusNotificationResponse
impl Send for LogStatusNotificationResponse
impl Sync for LogStatusNotificationResponse
impl Unpin for LogStatusNotificationResponse
impl UnsafeUnpin for LogStatusNotificationResponse
impl UnwindSafe for LogStatusNotificationResponse
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