pub struct RemoteTellRecord {
pub target_path: String,
pub manifest: String,
pub payload: Vec<u8>,
pub sender_path: Option<String>,
}Fields§
§target_path: String§manifest: String§payload: Vec<u8>§sender_path: Option<String>Trait Implementations§
Source§impl Clone for RemoteTellRecord
impl Clone for RemoteTellRecord
Source§fn clone(&self) -> RemoteTellRecord
fn clone(&self) -> RemoteTellRecord
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 RemoteTellRecord
impl RefUnwindSafe for RemoteTellRecord
impl Send for RemoteTellRecord
impl Sync for RemoteTellRecord
impl Unpin for RemoteTellRecord
impl UnsafeUnpin for RemoteTellRecord
impl UnwindSafe for RemoteTellRecord
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