pub struct ReturnValue(pub Type);
Expand description
ReturnValue
JSON schema
{
"$ref": "#/$defs/type"
}
Tuple Fields§
§0: Type
Trait Implementations§
Source§impl Clone for ReturnValue
impl Clone for ReturnValue
Source§fn clone(&self) -> ReturnValue
fn clone(&self) -> ReturnValue
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 ReturnValue
impl Debug for ReturnValue
Source§impl Deref for ReturnValue
impl Deref for ReturnValue
Source§impl<'de> Deserialize<'de> for ReturnValue
impl<'de> Deserialize<'de> for ReturnValue
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 From<&ReturnValue> for ReturnValue
impl From<&ReturnValue> for ReturnValue
Source§fn from(value: &ReturnValue) -> Self
fn from(value: &ReturnValue) -> Self
Converts to this type from the input type.
Source§impl From<ReturnValue> for Type
impl From<ReturnValue> for Type
Source§fn from(value: ReturnValue) -> Self
fn from(value: ReturnValue) -> Self
Converts to this type from the input type.
Source§impl From<Type> for ReturnValue
impl From<Type> for ReturnValue
Auto Trait Implementations§
impl Freeze for ReturnValue
impl RefUnwindSafe for ReturnValue
impl Send for ReturnValue
impl Sync for ReturnValue
impl Unpin for ReturnValue
impl UnwindSafe for ReturnValue
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