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