pub enum ChannelTrue {
Default,
Weekly,
}
Expand description
This is the channel of the org. There is the cluster the API traffic for the org will be directed.
Variants§
Trait Implementations§
Source§impl Clone for ChannelTrue
impl Clone for ChannelTrue
Source§fn clone(&self) -> ChannelTrue
fn clone(&self) -> ChannelTrue
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ChannelTrue
impl Debug for ChannelTrue
Source§impl Default for ChannelTrue
impl Default for ChannelTrue
Source§fn default() -> ChannelTrue
fn default() -> ChannelTrue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChannelTrue
impl<'de> Deserialize<'de> for ChannelTrue
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 Hash for ChannelTrue
impl Hash for ChannelTrue
Source§impl Ord for ChannelTrue
impl Ord for ChannelTrue
Source§fn cmp(&self, other: &ChannelTrue) -> Ordering
fn cmp(&self, other: &ChannelTrue) -> Ordering
1.21.0 · 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 ChannelTrue
impl PartialEq for ChannelTrue
Source§impl PartialOrd for ChannelTrue
impl PartialOrd for ChannelTrue
Source§impl Serialize for ChannelTrue
impl Serialize for ChannelTrue
impl Copy for ChannelTrue
impl Eq for ChannelTrue
impl StructuralPartialEq for ChannelTrue
Auto Trait Implementations§
impl Freeze for ChannelTrue
impl RefUnwindSafe for ChannelTrue
impl Send for ChannelTrue
impl Sync for ChannelTrue
impl Unpin for ChannelTrue
impl UnwindSafe for ChannelTrue
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