pub struct remote_domain_event_callback_lifecycle_msg {
pub callbackID: i32,
pub msg: remote_domain_event_lifecycle_msg,
}
Fields§
§callbackID: i32
§msg: remote_domain_event_lifecycle_msg
Trait Implementations§
Source§impl Clone for remote_domain_event_callback_lifecycle_msg
impl Clone for remote_domain_event_callback_lifecycle_msg
Source§fn clone(&self) -> remote_domain_event_callback_lifecycle_msg
fn clone(&self) -> remote_domain_event_callback_lifecycle_msg
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 From<remote_domain_event_callback_lifecycle_msg> for DomainLifecycleEvent
impl From<remote_domain_event_callback_lifecycle_msg> for DomainLifecycleEvent
Source§fn from(ev: remote_domain_event_callback_lifecycle_msg) -> Self
fn from(ev: remote_domain_event_callback_lifecycle_msg) -> Self
Converts to this type from the input type.
Source§impl<Out: Write> Pack<Out> for remote_domain_event_callback_lifecycle_msg
impl<Out: Write> Pack<Out> for remote_domain_event_callback_lifecycle_msg
Source§impl PartialEq for remote_domain_event_callback_lifecycle_msg
impl PartialEq for remote_domain_event_callback_lifecycle_msg
Source§fn eq(&self, other: &remote_domain_event_callback_lifecycle_msg) -> bool
fn eq(&self, other: &remote_domain_event_callback_lifecycle_msg) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.Source§impl<In: Read> Unpack<In> for remote_domain_event_callback_lifecycle_msg
impl<In: Read> Unpack<In> for remote_domain_event_callback_lifecycle_msg
impl Eq for remote_domain_event_callback_lifecycle_msg
impl StructuralPartialEq for remote_domain_event_callback_lifecycle_msg
Auto Trait Implementations§
impl Freeze for remote_domain_event_callback_lifecycle_msg
impl RefUnwindSafe for remote_domain_event_callback_lifecycle_msg
impl Send for remote_domain_event_callback_lifecycle_msg
impl Sync for remote_domain_event_callback_lifecycle_msg
impl Unpin for remote_domain_event_callback_lifecycle_msg
impl UnwindSafe for remote_domain_event_callback_lifecycle_msg
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