pub struct WebhookEndpointId(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for WebhookEndpointId
impl AsRef<str> for WebhookEndpointId
Source§impl Borrow<str> for WebhookEndpointId
impl Borrow<str> for WebhookEndpointId
Source§impl Clone for WebhookEndpointId
impl Clone for WebhookEndpointId
Source§fn clone(&self) -> WebhookEndpointId
fn clone(&self) -> WebhookEndpointId
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 WebhookEndpointId
impl Debug for WebhookEndpointId
Source§impl<'r, DB: Database> Decode<'r, DB> for WebhookEndpointId
impl<'r, DB: Database> Decode<'r, DB> for WebhookEndpointId
Source§impl<'de> Deserialize<'de> for WebhookEndpointId
impl<'de> Deserialize<'de> for WebhookEndpointId
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 WebhookEndpointId
impl Display for WebhookEndpointId
Source§impl<'q, DB: Database> Encode<'q, DB> for WebhookEndpointId
impl<'q, DB: Database> Encode<'q, DB> for WebhookEndpointId
Source§impl From<&WebhookEndpointId> for String
impl From<&WebhookEndpointId> for String
Source§fn from(id: &WebhookEndpointId) -> Self
fn from(id: &WebhookEndpointId) -> Self
Converts to this type from the input type.
Source§impl From<&str> for WebhookEndpointId
impl From<&str> for WebhookEndpointId
Source§impl From<String> for WebhookEndpointId
impl From<String> for WebhookEndpointId
Source§impl From<WebhookEndpointId> for String
impl From<WebhookEndpointId> for String
Source§fn from(id: WebhookEndpointId) -> Self
fn from(id: WebhookEndpointId) -> Self
Converts to this type from the input type.
Source§impl Hash for WebhookEndpointId
impl Hash for WebhookEndpointId
Source§impl Ord for WebhookEndpointId
impl Ord for WebhookEndpointId
Source§fn cmp(&self, other: &WebhookEndpointId) -> Ordering
fn cmp(&self, other: &WebhookEndpointId) -> 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<&str> for WebhookEndpointId
impl PartialEq<&str> for WebhookEndpointId
Source§impl PartialEq<WebhookEndpointId> for &str
impl PartialEq<WebhookEndpointId> for &str
Source§fn eq(&self, other: &WebhookEndpointId) -> bool
fn eq(&self, other: &WebhookEndpointId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialEq<WebhookEndpointId> for str
impl PartialEq<WebhookEndpointId> for str
Source§fn eq(&self, other: &WebhookEndpointId) -> bool
fn eq(&self, other: &WebhookEndpointId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialEq<str> for WebhookEndpointId
impl PartialEq<str> for WebhookEndpointId
Source§impl PartialEq for WebhookEndpointId
impl PartialEq for WebhookEndpointId
Source§fn eq(&self, other: &WebhookEndpointId) -> bool
fn eq(&self, other: &WebhookEndpointId) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for WebhookEndpointId
impl PartialOrd for WebhookEndpointId
Source§impl PgHasArrayType for WebhookEndpointIdwhere
String: PgHasArrayType,
impl PgHasArrayType for WebhookEndpointIdwhere
String: PgHasArrayType,
fn array_type_info() -> PgTypeInfo
fn array_compatible(ty: &PgTypeInfo) -> bool
Source§impl Serialize for WebhookEndpointId
impl Serialize for WebhookEndpointId
Source§impl ToDbValue for &WebhookEndpointId
impl ToDbValue for &WebhookEndpointId
fn to_db_value(&self) -> DbValue
fn null_db_value() -> DbValuewhere
Self: Sized,
Source§impl ToDbValue for WebhookEndpointId
impl ToDbValue for WebhookEndpointId
fn to_db_value(&self) -> DbValue
fn null_db_value() -> DbValuewhere
Self: Sized,
Source§impl<DB: Database> Type<DB> for WebhookEndpointId
impl<DB: Database> Type<DB> for WebhookEndpointId
impl Eq for WebhookEndpointId
impl StructuralPartialEq for WebhookEndpointId
Auto Trait Implementations§
impl Freeze for WebhookEndpointId
impl RefUnwindSafe for WebhookEndpointId
impl Send for WebhookEndpointId
impl Sync for WebhookEndpointId
impl Unpin for WebhookEndpointId
impl UnsafeUnpin for WebhookEndpointId
impl UnwindSafe for WebhookEndpointId
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,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more