pub enum PbsConfigS3InlineEnum {
Port,
Region,
Fingerprint,
PathStyle,
RateIn,
BurstIn,
RateOut,
BurstOut,
ProviderQuirks,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for PbsConfigS3InlineEnum
impl Clone for PbsConfigS3InlineEnum
Source§fn clone(&self) -> PbsConfigS3InlineEnum
fn clone(&self) -> PbsConfigS3InlineEnum
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 moreSource§impl Debug for PbsConfigS3InlineEnum
impl Debug for PbsConfigS3InlineEnum
Source§impl Default for PbsConfigS3InlineEnum
impl Default for PbsConfigS3InlineEnum
Source§fn default() -> PbsConfigS3InlineEnum
fn default() -> PbsConfigS3InlineEnum
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PbsConfigS3InlineEnum
impl<'de> Deserialize<'de> for PbsConfigS3InlineEnum
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 Display for PbsConfigS3InlineEnum
impl Display for PbsConfigS3InlineEnum
Source§impl Hash for PbsConfigS3InlineEnum
impl Hash for PbsConfigS3InlineEnum
Source§impl Ord for PbsConfigS3InlineEnum
impl Ord for PbsConfigS3InlineEnum
Source§fn cmp(&self, other: &PbsConfigS3InlineEnum) -> Ordering
fn cmp(&self, other: &PbsConfigS3InlineEnum) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PbsConfigS3InlineEnum
impl PartialEq for PbsConfigS3InlineEnum
Source§fn eq(&self, other: &PbsConfigS3InlineEnum) -> bool
fn eq(&self, other: &PbsConfigS3InlineEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PbsConfigS3InlineEnum
impl PartialOrd for PbsConfigS3InlineEnum
Source§impl Serialize for PbsConfigS3InlineEnum
impl Serialize for PbsConfigS3InlineEnum
impl Copy for PbsConfigS3InlineEnum
impl Eq for PbsConfigS3InlineEnum
impl StructuralPartialEq for PbsConfigS3InlineEnum
Auto Trait Implementations§
impl Freeze for PbsConfigS3InlineEnum
impl RefUnwindSafe for PbsConfigS3InlineEnum
impl Send for PbsConfigS3InlineEnum
impl Sync for PbsConfigS3InlineEnum
impl Unpin for PbsConfigS3InlineEnum
impl UnsafeUnpin for PbsConfigS3InlineEnum
impl UnwindSafe for PbsConfigS3InlineEnum
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