pub struct IpcMessageWithId {
pub segment_id: Uuid,
pub source_name: String,
pub msg: IpcMessage,
}Fields§
§segment_id: Uuid§source_name: String§msg: IpcMessageTrait Implementations§
Source§impl Clone for IpcMessageWithId
impl Clone for IpcMessageWithId
Source§fn clone(&self) -> IpcMessageWithId
fn clone(&self) -> IpcMessageWithId
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 moreAuto Trait Implementations§
impl Freeze for IpcMessageWithId
impl RefUnwindSafe for IpcMessageWithId
impl Send for IpcMessageWithId
impl Sync for IpcMessageWithId
impl Unpin for IpcMessageWithId
impl UnsafeUnpin for IpcMessageWithId
impl UnwindSafe for IpcMessageWithId
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