[−][src]Struct splinter::protocol::service::ServiceDisconnectRequest
This message is sent by a service processor component to disconnect from a splinter node.
Fields
correlation_id: StringID used to correlate the response with this request
Trait Implementations
impl FromNative<ServiceDisconnectRequest> for SMDisconnectRequest[src]
fn from_native(
req: ServiceDisconnectRequest
) -> Result<Self, ProtoConversionError>[src]
req: ServiceDisconnectRequest
) -> Result<Self, ProtoConversionError>
impl FromProto<SMDisconnectRequest> for ServiceDisconnectRequest[src]
fn from_proto(req: SMDisconnectRequest) -> Result<Self, ProtoConversionError>[src]
Auto Trait Implementations
impl RefUnwindSafe for ServiceDisconnectRequest
impl Send for ServiceDisconnectRequest
impl Sync for ServiceDisconnectRequest
impl Unpin for ServiceDisconnectRequest
impl UnwindSafe for ServiceDisconnectRequest
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<P, N> FromBytes<P> for N where
N: FromProto<P>,
P: Message, [src]
N: FromProto<P>,
P: Message,
fn from_bytes(&[u8]) -> Result<N, ProtoConversionError>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<P, N> IntoBytes<P> for N where
P: Message + FromNative<N>, [src]
P: Message + FromNative<N>,
fn into_bytes(Self) -> Result<Vec<u8>, ProtoConversionError>[src]
impl<N, P> IntoNative<N> for P where
N: FromProto<P>, [src]
N: FromProto<P>,
fn into_native(Self) -> Result<N, ProtoConversionError>[src]
impl<N, P> IntoProto<P> for N where
P: FromNative<N>, [src]
P: FromNative<N>,
fn into_proto(Self) -> Result<P, ProtoConversionError>[src]
impl<T> IntoSql for T
fn into_sql<T>(self) -> Self::Expression where
Self: AsExpression<T>,
Self: AsExpression<T>,
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression where
&'a Self: AsExpression<T>,
&'a Self: AsExpression<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Typeable for T where
T: Any,
T: Any,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,