pub struct ExtensionFnEscape { /* private fields */ }Trait Implementations§
Source§impl Clone for ExtensionFnEscape
impl Clone for ExtensionFnEscape
Source§fn clone(&self) -> ExtensionFnEscape
fn clone(&self) -> ExtensionFnEscape
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 ExtensionFnEscape
impl ComposeSchema for ExtensionFnEscape
Source§impl Debug for ExtensionFnEscape
impl Debug for ExtensionFnEscape
Source§impl Default for ExtensionFnEscape
impl Default for ExtensionFnEscape
Source§fn default() -> ExtensionFnEscape
fn default() -> ExtensionFnEscape
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExtensionFnEscape
impl<'de> Deserialize<'de> for ExtensionFnEscape
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 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 From<ExtensionFnEscape> for ExtensionFnEscape
impl From<ExtensionFnEscape> for ExtensionFnEscape
Source§fn from(value: ExtensionFnEscape) -> Self
fn from(value: ExtensionFnEscape) -> Self
Converts to this type from the input type.
Source§impl From<ExtensionFnEscape> for ExtensionFnEscape
impl From<ExtensionFnEscape> for ExtensionFnEscape
Source§fn from(val: ExtensionFnEscape) -> Self
fn from(val: ExtensionFnEscape) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ExtensionFnEscape
impl PartialEq for ExtensionFnEscape
Source§impl Serialize for ExtensionFnEscape
impl Serialize for ExtensionFnEscape
impl StructuralPartialEq for ExtensionFnEscape
Auto Trait Implementations§
impl Freeze for ExtensionFnEscape
impl RefUnwindSafe for ExtensionFnEscape
impl Send for ExtensionFnEscape
impl Sync for ExtensionFnEscape
impl Unpin for ExtensionFnEscape
impl UnsafeUnpin for ExtensionFnEscape
impl UnwindSafe for ExtensionFnEscape
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