Enum rill_protocol::io::transport::ServiceEnvelope [−][src]
Expand description
An Envelope with service-layer messages
Variants
Envelope(Envelope<T, D>)Trait Implementations
impl<T: Clone + Origin, D: Clone, S: Clone> Clone for ServiceEnvelope<T, D, S>[src]
impl<T: Clone + Origin, D: Clone, S: Clone> Clone for ServiceEnvelope<T, D, S>[src]fn clone(&self) -> ServiceEnvelope<T, D, S>[src]
fn clone(&self) -> ServiceEnvelope<T, D, S>[src]Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]Performs copy-assignment from source. Read more
impl<'de, T: Origin, D, S> Deserialize<'de> for ServiceEnvelope<T, D, S> where
T: Deserialize<'de>,
D: Deserialize<'de>,
S: Deserialize<'de>, [src]
impl<'de, T: Origin, D, S> Deserialize<'de> for ServiceEnvelope<T, D, S> where
T: Deserialize<'de>,
D: Deserialize<'de>,
S: Deserialize<'de>, [src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl<T, D, S> RefUnwindSafe for ServiceEnvelope<T, D, S> where
D: RefUnwindSafe,
S: RefUnwindSafe,
T: RefUnwindSafe,
D: RefUnwindSafe,
S: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, D, S> Send for ServiceEnvelope<T, D, S> where
D: Send,
S: Send,
T: Send,
D: Send,
S: Send,
T: Send,
impl<T, D, S> Sync for ServiceEnvelope<T, D, S> where
D: Sync,
S: Sync,
T: Sync,
D: Sync,
S: Sync,
T: Sync,
impl<T, D, S> Unpin for ServiceEnvelope<T, D, S> where
D: Unpin,
S: Unpin,
T: Unpin,
D: Unpin,
S: Unpin,
T: Unpin,
impl<T, D, S> UnwindSafe for ServiceEnvelope<T, D, S> where
D: UnwindSafe,
S: UnwindSafe,
T: UnwindSafe,
D: UnwindSafe,
S: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> DataFraction for T where
T: DeserializeOwned + Serialize + Clone + Debug + Sync + Send + 'static, [src]
T: DeserializeOwned + Serialize + Clone + Debug + Sync + Send + 'static,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> ProtocolData for T where
T: Serialize + DeserializeOwned + Debug + Send + 'static, [src]
T: Serialize + DeserializeOwned + Debug + Send + 'static,