Struct reflectapi::Infallible
source · pub struct Infallible { /* private fields */ }
Trait Implementations§
source§impl<'de> Deserialize<'de> for Infallible
impl<'de> Deserialize<'de> for Infallible
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 Display for Infallible
impl Display for Infallible
source§impl Input for Infallible
impl Input for Infallible
fn reflectapi_input_type(schema: &mut Typespace) -> TypeReference
source§impl Output for Infallible
impl Output for Infallible
fn reflectapi_output_type(schema: &mut Typespace) -> TypeReference
Auto Trait Implementations§
impl Freeze for Infallible
impl RefUnwindSafe for Infallible
impl Send for Infallible
impl Sync for Infallible
impl Unpin for Infallible
impl UnwindSafe for Infallible
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