Struct iotscape::MethodReturns
source · pub struct MethodReturns {
pub documentation: Option<String>,
pub type: Vec<String>,
}Expand description
Describes a return value of a method in an IoTScape service
Fields§
§documentation: Option<String>§type: Vec<String>Trait Implementations§
source§impl Clone for MethodReturns
impl Clone for MethodReturns
source§fn clone(&self) -> MethodReturns
fn clone(&self) -> MethodReturns
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 MethodReturns
impl Debug for MethodReturns
source§impl<'de> Deserialize<'de> for MethodReturns
impl<'de> Deserialize<'de> for MethodReturns
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
Auto Trait Implementations§
impl RefUnwindSafe for MethodReturns
impl Send for MethodReturns
impl Sync for MethodReturns
impl Unpin for MethodReturns
impl UnwindSafe for MethodReturns
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