pub struct Intermediate(pub Type);Expand description
Intermediate
JSON schema
{
"$ref": "#/$defs/type"
}Tuple Fields§
§0: TypeTrait 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 (const: unstable) · 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<Intermediate, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<Intermediate, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<Intermediate> for Type
impl From<Intermediate> for Type
Source§fn from(value: Intermediate) -> Type
fn from(value: Intermediate) -> Type
Converts to this type from the input type.
Source§impl From<Type> for Intermediate
impl From<Type> for Intermediate
Source§fn from(value: Type) -> Intermediate
fn from(value: Type) -> Intermediate
Converts to this type from the input type.
Source§impl PartialEq for Intermediate
impl PartialEq for Intermediate
Source§impl Serialize for Intermediate
impl Serialize for Intermediate
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq 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 UnsafeUnpin 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