pub struct TestTopicServiceResponse {
pub srv_header: ServiceHeader,
pub response_value: i32,
}Fields§
§srv_header: ServiceHeader§response_value: i32Trait Implementations§
Source§impl Clone for TestTopicServiceResponse
impl Clone for TestTopicServiceResponse
Source§fn clone(&self) -> TestTopicServiceResponse
fn clone(&self) -> TestTopicServiceResponse
Returns a duplicate 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 TestTopicServiceResponse
impl Debug for TestTopicServiceResponse
Source§impl Default for TestTopicServiceResponse
impl Default for TestTopicServiceResponse
Source§impl<'de> Deserialize<'de> for TestTopicServiceResponse
impl<'de> Deserialize<'de> for TestTopicServiceResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for TestTopicServiceResponse
impl PartialEq for TestTopicServiceResponse
Source§impl Serialize for TestTopicServiceResponse
impl Serialize for TestTopicServiceResponse
impl Message for TestTopicServiceResponse
impl StructuralPartialEq for TestTopicServiceResponse
Auto Trait Implementations§
impl Freeze for TestTopicServiceResponse
impl RefUnwindSafe for TestTopicServiceResponse
impl Send for TestTopicServiceResponse
impl Sync for TestTopicServiceResponse
impl Unpin for TestTopicServiceResponse
impl UnwindSafe for TestTopicServiceResponse
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