pub enum AirbyteStreamStatusReasonType {
RateLimited,
}
Expand description
Type of reason
Variants§
RateLimited
Trait Implementations§
Source§impl Clone for AirbyteStreamStatusReasonType
impl Clone for AirbyteStreamStatusReasonType
Source§fn clone(&self) -> AirbyteStreamStatusReasonType
fn clone(&self) -> AirbyteStreamStatusReasonType
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<'de> Deserialize<'de> for AirbyteStreamStatusReasonType
impl<'de> Deserialize<'de> for AirbyteStreamStatusReasonType
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 PartialEq for AirbyteStreamStatusReasonType
impl PartialEq for AirbyteStreamStatusReasonType
Source§fn eq(&self, other: &AirbyteStreamStatusReasonType) -> bool
fn eq(&self, other: &AirbyteStreamStatusReasonType) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for AirbyteStreamStatusReasonType
Auto Trait Implementations§
impl Freeze for AirbyteStreamStatusReasonType
impl RefUnwindSafe for AirbyteStreamStatusReasonType
impl Send for AirbyteStreamStatusReasonType
impl Sync for AirbyteStreamStatusReasonType
impl Unpin for AirbyteStreamStatusReasonType
impl UnwindSafe for AirbyteStreamStatusReasonType
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