pub struct MailOutboxStatusEnum;Expand description
Generated by sea-orm-macros
Trait Implementations§
Source§impl Clone for MailOutboxStatusEnum
impl Clone for MailOutboxStatusEnum
Source§fn clone(&self) -> MailOutboxStatusEnum
fn clone(&self) -> MailOutboxStatusEnum
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 MailOutboxStatusEnum
impl Debug for MailOutboxStatusEnum
Source§impl Iden for MailOutboxStatusEnum
impl Iden for MailOutboxStatusEnum
Source§impl PartialEq for MailOutboxStatusEnum
impl PartialEq for MailOutboxStatusEnum
Source§fn eq(&self, other: &MailOutboxStatusEnum) -> bool
fn eq(&self, other: &MailOutboxStatusEnum) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for MailOutboxStatusEnum
impl StructuralPartialEq for MailOutboxStatusEnum
Auto Trait Implementations§
impl Freeze for MailOutboxStatusEnum
impl RefUnwindSafe for MailOutboxStatusEnum
impl Send for MailOutboxStatusEnum
impl Sync for MailOutboxStatusEnum
impl Unpin for MailOutboxStatusEnum
impl UnsafeUnpin for MailOutboxStatusEnum
impl UnwindSafe for MailOutboxStatusEnum
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.§impl<I> IdenList for Iwhere
I: IntoIden,
impl<I> IdenList for Iwhere
I: IntoIden,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> IntoColumnRef for Twhere
T: Into<ColumnRef>,
impl<T> IntoColumnRef for Twhere
T: Into<ColumnRef>,
fn into_column_ref(self) -> ColumnRef
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§impl<T> IntoIndexColumn for Twhere
T: Into<IndexColumn>,
impl<T> IntoIndexColumn for Twhere
T: Into<IndexColumn>,
fn into_index_column(self) -> IndexColumn
§impl<T> IntoTableRef for Twhere
T: Into<TableRef>,
impl<T> IntoTableRef for Twhere
T: Into<TableRef>,
fn into_table_ref(self) -> TableRef
§impl<T> IntoTypeRef for Twhere
T: Into<TypeRef>,
impl<T> IntoTypeRef for Twhere
T: Into<TypeRef>,
fn into_type_ref(self) -> TypeRef
§impl<T> MaybeQualifiedOnce for Twhere
T: IntoIden,
impl<T> MaybeQualifiedOnce for Twhere
T: IntoIden,
§fn into_2_parts(self) -> (Option<DynIden>, DynIden)
fn into_2_parts(self) -> (Option<DynIden>, DynIden)
Represent a maybe-qualified name as a
(foo?, bar) tuple.§impl<T> MaybeQualifiedTwice for Twhere
T: MaybeQualifiedOnce,
impl<T> MaybeQualifiedTwice for Twhere
T: MaybeQualifiedOnce,
§fn into_3_parts(self) -> (Option<(Option<DynIden>, DynIden)>, DynIden)
fn into_3_parts(self) -> (Option<(Option<DynIden>, DynIden)>, DynIden)
Represent a maybe-qualified name as a
(foo?, bar?, baz) tuple. Read more