pub struct Empty {}Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Empty
impl<'de> Deserialize<'de> for Empty
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 Input for Empty
impl Input for Empty
Source§fn reflectapi_input_type(schema: &mut Typespace) -> TypeReference
fn reflectapi_input_type(schema: &mut Typespace) -> TypeReference
Recursively adds the type definition to the schema and returns a reference to it.
Source§impl Ord for Empty
impl Ord for Empty
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl Output for Empty
impl Output for Empty
Source§fn reflectapi_output_type(schema: &mut Typespace) -> TypeReference
fn reflectapi_output_type(schema: &mut Typespace) -> TypeReference
Recursively adds the type definition to the schema and returns a reference to it.
Source§impl PartialOrd for Empty
impl PartialOrd for Empty
impl Eq for Empty
impl StructuralPartialEq for Empty
Auto Trait Implementations§
impl Freeze for Empty
impl RefUnwindSafe for Empty
impl Send for Empty
impl Sync for Empty
impl Unpin for Empty
impl UnsafeUnpin for Empty
impl UnwindSafe for Empty
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