Struct iscp::message::DownstreamCloseResponse  
source · pub struct DownstreamCloseResponse {
    pub request_id: RequestId,
    pub result_code: ResultCode,
    pub result_string: String,
}Expand description
ダウンストリーム切断要求に対する応答です。
Fields§
§request_id: RequestIdリクエストID
result_code: ResultCode結果コード
result_string: String結果文字列
Trait Implementations§
source§impl Clone for DownstreamCloseResponse
 
impl Clone for DownstreamCloseResponse
source§fn clone(&self) -> DownstreamCloseResponse
 
fn clone(&self) -> DownstreamCloseResponse
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 Debug for DownstreamCloseResponse
 
impl Debug for DownstreamCloseResponse
source§impl Default for DownstreamCloseResponse
 
impl Default for DownstreamCloseResponse
source§fn default() -> DownstreamCloseResponse
 
fn default() -> DownstreamCloseResponse
Returns the “default value” for a type. Read more
source§impl From<DownstreamCloseResponse> for DownstreamCloseResponse
 
impl From<DownstreamCloseResponse> for DownstreamCloseResponse
source§fn from(r: DownstreamCloseResponse) -> Self
 
fn from(r: DownstreamCloseResponse) -> Self
Converts to this type from the input type.
source§impl From<DownstreamCloseResponse> for DownstreamCloseResponse
 
impl From<DownstreamCloseResponse> for DownstreamCloseResponse
source§fn from(r: DownstreamCloseResponse) -> Self
 
fn from(r: DownstreamCloseResponse) -> Self
Converts to this type from the input type.
source§impl From<DownstreamCloseResponse> for Error
 
impl From<DownstreamCloseResponse> for Error
source§fn from(m: DownstreamCloseResponse) -> Error
 
fn from(m: DownstreamCloseResponse) -> Error
Converts to this type from the input type.
source§impl From<DownstreamCloseResponse> for Message
 
impl From<DownstreamCloseResponse> for Message
source§fn from(m: DownstreamCloseResponse) -> Self
 
fn from(m: DownstreamCloseResponse) -> Self
Converts to this type from the input type.
source§impl PartialEq for DownstreamCloseResponse
 
impl PartialEq for DownstreamCloseResponse
source§fn eq(&self, other: &DownstreamCloseResponse) -> bool
 
fn eq(&self, other: &DownstreamCloseResponse) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl TryFrom<Message> for DownstreamCloseResponse
 
impl TryFrom<Message> for DownstreamCloseResponse
impl StructuralPartialEq for DownstreamCloseResponse
Auto Trait Implementations§
impl RefUnwindSafe for DownstreamCloseResponse
impl Send for DownstreamCloseResponse
impl Sync for DownstreamCloseResponse
impl Unpin for DownstreamCloseResponse
impl UnwindSafe for DownstreamCloseResponse
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