#[repr(u8)]pub enum RateHintType {
Global = 0,
Region = 1,
}Available on crate feature
extensions only.Expand description
Type of rate hint
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RateHintType
impl Clone for RateHintType
Source§fn clone(&self) -> RateHintType
fn clone(&self) -> RateHintType
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 RateHintType
impl Debug for RateHintType
Source§impl PartialEq for RateHintType
impl PartialEq for RateHintType
impl Copy for RateHintType
impl Eq for RateHintType
impl StructuralPartialEq for RateHintType
Auto Trait Implementations§
impl Freeze for RateHintType
impl RefUnwindSafe for RateHintType
impl Send for RateHintType
impl Sync for RateHintType
impl Unpin for RateHintType
impl UnwindSafe for RateHintType
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