pub enum ReserveEstimate {
Context,
Fixed,
None,
}Variants§
Trait Implementations§
Source§impl Clone for ReserveEstimate
impl Clone for ReserveEstimate
Source§fn clone(&self) -> ReserveEstimate
fn clone(&self) -> ReserveEstimate
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 moreimpl Copy for ReserveEstimate
Source§impl Debug for ReserveEstimate
impl Debug for ReserveEstimate
Source§impl Default for ReserveEstimate
impl Default for ReserveEstimate
Source§fn default() -> ReserveEstimate
fn default() -> ReserveEstimate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReserveEstimate
impl<'de> Deserialize<'de> for ReserveEstimate
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
impl Eq for ReserveEstimate
Source§impl PartialEq for ReserveEstimate
impl PartialEq for ReserveEstimate
impl StructuralPartialEq for ReserveEstimate
Auto Trait Implementations§
impl Freeze for ReserveEstimate
impl RefUnwindSafe for ReserveEstimate
impl Send for ReserveEstimate
impl Sync for ReserveEstimate
impl Unpin for ReserveEstimate
impl UnsafeUnpin for ReserveEstimate
impl UnwindSafe for ReserveEstimate
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