pub struct GetRecovery();Implementations§
Source§impl GetRecovery
impl GetRecovery
Trait Implementations§
Source§impl Clone for GetRecovery
impl Clone for GetRecovery
Source§fn clone(&self) -> GetRecovery
fn clone(&self) -> GetRecovery
Returns a duplicate of the value. Read more
1.0.0 · 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 GetRecovery
impl Debug for GetRecovery
Source§impl Default for GetRecovery
impl Default for GetRecovery
Source§impl Display for GetRecovery
impl Display for GetRecovery
Source§impl From<GetRecovery> for Expression
impl From<GetRecovery> for Expression
Source§fn from(_: GetRecovery) -> Self
fn from(_: GetRecovery) -> Self
Converts to this type from the input type.
Source§impl PartialEq for GetRecovery
impl PartialEq for GetRecovery
Source§impl TryFrom<Expression> for GetRecovery
impl TryFrom<Expression> for GetRecovery
impl Eq for GetRecovery
impl StructuralPartialEq for GetRecovery
Auto Trait Implementations§
impl Freeze for GetRecovery
impl RefUnwindSafe for GetRecovery
impl Send for GetRecovery
impl Sync for GetRecovery
impl Unpin for GetRecovery
impl UnwindSafe for GetRecovery
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,
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 moreSource§impl<T> IntoExpression for T
impl<T> IntoExpression for T
Source§fn into_expression(self) -> Expression
fn into_expression(self) -> Expression
Converts this object into an Expression, consuming it.
Source§fn to_expression(&self) -> Expression
fn to_expression(&self) -> Expression
Creates an Expression from this object, without consuming it.