pub enum ScanBy {
TimestampAscending,
TimestampDescending,
}Expand description
CloudWatch ScanBy enum.
Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ScanBy
impl<'de> Deserialize<'de> for ScanBy
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 ScanBy
impl StructuralPartialEq for ScanBy
Auto Trait Implementations§
impl Freeze for ScanBy
impl RefUnwindSafe for ScanBy
impl Send for ScanBy
impl Sync for ScanBy
impl Unpin for ScanBy
impl UnsafeUnpin for ScanBy
impl UnwindSafe for ScanBy
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