pub struct AddTwoIntsResponse {
pub sum: i64,
}
Fields§
§sum: i64
Trait Implementations§
Source§impl Clone for AddTwoIntsResponse
impl Clone for AddTwoIntsResponse
Source§fn clone(&self) -> AddTwoIntsResponse
fn clone(&self) -> AddTwoIntsResponse
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 AddTwoIntsResponse
impl Debug for AddTwoIntsResponse
Source§impl Default for AddTwoIntsResponse
impl Default for AddTwoIntsResponse
Source§impl<'de> Deserialize<'de> for AddTwoIntsResponse
impl<'de> Deserialize<'de> for AddTwoIntsResponse
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 AddTwoIntsResponse
impl PartialEq for AddTwoIntsResponse
Source§impl Serialize for AddTwoIntsResponse
impl Serialize for AddTwoIntsResponse
impl Message for AddTwoIntsResponse
impl StructuralPartialEq for AddTwoIntsResponse
Auto Trait Implementations§
impl Freeze for AddTwoIntsResponse
impl RefUnwindSafe for AddTwoIntsResponse
impl Send for AddTwoIntsResponse
impl Sync for AddTwoIntsResponse
impl Unpin for AddTwoIntsResponse
impl UnwindSafe for AddTwoIntsResponse
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