pub struct TriggerSourceType(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for TriggerSourceType
impl AsRef<str> for TriggerSourceType
Source§impl Clone for TriggerSourceType
impl Clone for TriggerSourceType
Source§fn clone(&self) -> TriggerSourceType
fn clone(&self) -> TriggerSourceType
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 TriggerSourceType
impl Debug for TriggerSourceType
Source§impl<'de> Deserialize<'de> for TriggerSourceType
impl<'de> Deserialize<'de> for TriggerSourceType
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<TriggerSourceType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<TriggerSourceType, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for TriggerSourceType
impl Display for TriggerSourceType
impl Eq for TriggerSourceType
Source§impl From<&str> for TriggerSourceType
impl From<&str> for TriggerSourceType
Source§fn from(value: &str) -> TriggerSourceType
fn from(value: &str) -> TriggerSourceType
Converts to this type from the input type.
Source§impl From<String> for TriggerSourceType
impl From<String> for TriggerSourceType
Source§fn from(value: String) -> TriggerSourceType
fn from(value: String) -> TriggerSourceType
Converts to this type from the input type.
Source§impl Hash for TriggerSourceType
impl Hash for TriggerSourceType
Source§impl Ord for TriggerSourceType
impl Ord for TriggerSourceType
Source§fn cmp(&self, other: &TriggerSourceType) -> Ordering
fn cmp(&self, other: &TriggerSourceType) -> 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 TriggerSourceType
impl PartialEq for TriggerSourceType
Source§fn eq(&self, other: &TriggerSourceType) -> bool
fn eq(&self, other: &TriggerSourceType) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TriggerSourceType
impl PartialOrd for TriggerSourceType
Source§impl Serialize for TriggerSourceType
impl Serialize for TriggerSourceType
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for TriggerSourceType
Auto Trait Implementations§
impl Freeze for TriggerSourceType
impl RefUnwindSafe for TriggerSourceType
impl Send for TriggerSourceType
impl Sync for TriggerSourceType
impl Unpin for TriggerSourceType
impl UnsafeUnpin for TriggerSourceType
impl UnwindSafe for TriggerSourceType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T> PolicyExt for Twhere
T: ?Sized,
impl<T> PolicyExt for Twhere
T: ?Sized,
Source§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
Source§fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
Fallible version of
ToCompactString::to_compact_string() Read moreSource§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a
CompactString. Read more