pub struct ExtensionFn { /* private fields */ }Trait Implementations§
Source§impl Clone for ExtensionFn
impl Clone for ExtensionFn
Source§fn clone(&self) -> ExtensionFn
fn clone(&self) -> ExtensionFn
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 ComposeSchema for ExtensionFn
impl ComposeSchema for ExtensionFn
Source§impl Debug for ExtensionFn
impl Debug for ExtensionFn
Source§impl Default for ExtensionFn
impl Default for ExtensionFn
Source§fn default() -> ExtensionFn
fn default() -> ExtensionFn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExtensionFn
impl<'de> Deserialize<'de> for ExtensionFn
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<ExtensionFn> for ExtensionFn
impl From<ExtensionFn> for ExtensionFn
Source§fn from(value: ExtensionFn) -> Self
fn from(value: ExtensionFn) -> Self
Converts to this type from the input type.
Source§impl From<ExtensionFn> for ExtensionFn
impl From<ExtensionFn> for ExtensionFn
Source§fn from(val: ExtensionFn) -> Self
fn from(val: ExtensionFn) -> Self
Converts to this type from the input type.
Source§impl From<ExtensionFn> for ExtensionFnEscape
impl From<ExtensionFn> for ExtensionFnEscape
Source§fn from(value: ExtensionFn) -> Self
fn from(value: ExtensionFn) -> Self
Converts to this type from the input type.
Source§impl From<ExtensionFnEscape> for ExtensionFn
impl From<ExtensionFnEscape> for ExtensionFn
Source§fn from(val: ExtensionFnEscape) -> Self
fn from(val: ExtensionFnEscape) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ExtensionFn
impl PartialEq for ExtensionFn
Source§impl Serialize for ExtensionFn
impl Serialize for ExtensionFn
impl StructuralPartialEq for ExtensionFn
Auto Trait Implementations§
impl Freeze for ExtensionFn
impl RefUnwindSafe for ExtensionFn
impl Send for ExtensionFn
impl Sync for ExtensionFn
impl Unpin for ExtensionFn
impl UnsafeUnpin for ExtensionFn
impl UnwindSafe for ExtensionFn
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more