pub struct Notification {
pub id: String,
pub player: String,
pub title: String,
pub content: String,
pub player_group: PlayerGroups,
pub date: NaiveDateTime,
}Expand description
Represents a notification sent to players.
Fields§
§id: String§player: String§title: String§content: String§player_group: PlayerGroups§date: NaiveDateTimeImplementations§
Source§impl Notification
impl Notification
Trait Implementations§
Source§impl Clone for Notification
impl Clone for Notification
Source§fn clone(&self) -> Notification
fn clone(&self) -> Notification
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 Notification
impl Debug for Notification
Source§impl<'de> Deserialize<'de> for Notification
impl<'de> Deserialize<'de> for Notification
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 Insertable<table> for Notificationwhere
String: AsExpression<<id as Expression>::SqlType> + AsExpression<<player as Expression>::SqlType> + AsExpression<<title as Expression>::SqlType> + AsExpression<<content as Expression>::SqlType>,
PlayerGroups: AsExpression<<player_group as Expression>::SqlType>,
NaiveDateTime: AsExpression<<date as Expression>::SqlType>,
impl Insertable<table> for Notificationwhere
String: AsExpression<<id as Expression>::SqlType> + AsExpression<<player as Expression>::SqlType> + AsExpression<<title as Expression>::SqlType> + AsExpression<<content as Expression>::SqlType>,
PlayerGroups: AsExpression<<player_group as Expression>::SqlType>,
NaiveDateTime: AsExpression<<date as Expression>::SqlType>,
Source§type Values = <(Option<Grouped<Eq<id, <String as AsExpression<<id as Expression>::SqlType>>::Expression>>>, Option<Grouped<Eq<player, <String as AsExpression<<player as Expression>::SqlType>>::Expression>>>, Option<Grouped<Eq<title, <String as AsExpression<<title as Expression>::SqlType>>::Expression>>>, Option<Grouped<Eq<content, <String as AsExpression<<content as Expression>::SqlType>>::Expression>>>, Option<Grouped<Eq<player_group, <PlayerGroups as AsExpression<<player_group as Expression>::SqlType>>::Expression>>>, Option<Grouped<Eq<date, <NaiveDateTime as AsExpression<<date as Expression>::SqlType>>::Expression>>>) as Insertable<table>>::Values
type Values = <(Option<Grouped<Eq<id, <String as AsExpression<<id as Expression>::SqlType>>::Expression>>>, Option<Grouped<Eq<player, <String as AsExpression<<player as Expression>::SqlType>>::Expression>>>, Option<Grouped<Eq<title, <String as AsExpression<<title as Expression>::SqlType>>::Expression>>>, Option<Grouped<Eq<content, <String as AsExpression<<content as Expression>::SqlType>>::Expression>>>, Option<Grouped<Eq<player_group, <PlayerGroups as AsExpression<<player_group as Expression>::SqlType>>::Expression>>>, Option<Grouped<Eq<date, <NaiveDateTime as AsExpression<<date as Expression>::SqlType>>::Expression>>>) as Insertable<table>>::Values
The
VALUES clause to insert these records Read moreSource§fn values(
self,
) -> <(Option<Eq<id, String>>, Option<Eq<player, String>>, Option<Eq<title, String>>, Option<Eq<content, String>>, Option<Eq<player_group, PlayerGroups>>, Option<Eq<date, NaiveDateTime>>) as Insertable<table>>::Values
fn values( self, ) -> <(Option<Eq<id, String>>, Option<Eq<player, String>>, Option<Eq<title, String>>, Option<Eq<content, String>>, Option<Eq<player_group, PlayerGroups>>, Option<Eq<date, NaiveDateTime>>) as Insertable<table>>::Values
Construct
Self::Values Read more§fn insert_into(self, table: T) -> InsertStatement<T, Self::Values>where
T: Table,
Self: Sized,
fn insert_into(self, table: T) -> InsertStatement<T, Self::Values>where
T: Table,
Self: Sized,
Insert
self into a given table. Read moreSource§impl<'insert> Insertable<table> for &'insert Notificationwhere
&'insert String: AsExpression<<id as Expression>::SqlType> + AsExpression<<player as Expression>::SqlType> + AsExpression<<title as Expression>::SqlType> + AsExpression<<content as Expression>::SqlType>,
&'insert PlayerGroups: AsExpression<<player_group as Expression>::SqlType>,
&'insert NaiveDateTime: AsExpression<<date as Expression>::SqlType>,
impl<'insert> Insertable<table> for &'insert Notificationwhere
&'insert String: AsExpression<<id as Expression>::SqlType> + AsExpression<<player as Expression>::SqlType> + AsExpression<<title as Expression>::SqlType> + AsExpression<<content as Expression>::SqlType>,
&'insert PlayerGroups: AsExpression<<player_group as Expression>::SqlType>,
&'insert NaiveDateTime: AsExpression<<date as Expression>::SqlType>,
Source§type Values = <(Option<Grouped<Eq<id, <&'insert String as AsExpression<<id as Expression>::SqlType>>::Expression>>>, Option<Grouped<Eq<player, <&'insert String as AsExpression<<player as Expression>::SqlType>>::Expression>>>, Option<Grouped<Eq<title, <&'insert String as AsExpression<<title as Expression>::SqlType>>::Expression>>>, Option<Grouped<Eq<content, <&'insert String as AsExpression<<content as Expression>::SqlType>>::Expression>>>, Option<Grouped<Eq<player_group, <&'insert PlayerGroups as AsExpression<<player_group as Expression>::SqlType>>::Expression>>>, Option<Grouped<Eq<date, <&'insert NaiveDateTime as AsExpression<<date as Expression>::SqlType>>::Expression>>>) as Insertable<table>>::Values
type Values = <(Option<Grouped<Eq<id, <&'insert String as AsExpression<<id as Expression>::SqlType>>::Expression>>>, Option<Grouped<Eq<player, <&'insert String as AsExpression<<player as Expression>::SqlType>>::Expression>>>, Option<Grouped<Eq<title, <&'insert String as AsExpression<<title as Expression>::SqlType>>::Expression>>>, Option<Grouped<Eq<content, <&'insert String as AsExpression<<content as Expression>::SqlType>>::Expression>>>, Option<Grouped<Eq<player_group, <&'insert PlayerGroups as AsExpression<<player_group as Expression>::SqlType>>::Expression>>>, Option<Grouped<Eq<date, <&'insert NaiveDateTime as AsExpression<<date as Expression>::SqlType>>::Expression>>>) as Insertable<table>>::Values
The
VALUES clause to insert these records Read moreSource§fn values(
self,
) -> <(Option<Eq<id, &'insert String>>, Option<Eq<player, &'insert String>>, Option<Eq<title, &'insert String>>, Option<Eq<content, &'insert String>>, Option<Eq<player_group, &'insert PlayerGroups>>, Option<Eq<date, &'insert NaiveDateTime>>) as Insertable<table>>::Values
fn values( self, ) -> <(Option<Eq<id, &'insert String>>, Option<Eq<player, &'insert String>>, Option<Eq<title, &'insert String>>, Option<Eq<content, &'insert String>>, Option<Eq<player_group, &'insert PlayerGroups>>, Option<Eq<date, &'insert NaiveDateTime>>) as Insertable<table>>::Values
Construct
Self::Values Read more§fn insert_into(self, table: T) -> InsertStatement<T, Self::Values>where
T: Table,
Self: Sized,
fn insert_into(self, table: T) -> InsertStatement<T, Self::Values>where
T: Table,
Self: Sized,
Insert
self into a given table. Read moreSource§impl Serialize for Notification
impl Serialize for Notification
impl UndecoratedInsertRecord<table> for Notification
Auto Trait Implementations§
impl Freeze for Notification
impl RefUnwindSafe for Notification
impl Send for Notification
impl Sync for Notification
impl Unpin for Notification
impl UnsafeUnpin for Notification
impl UnwindSafe for Notification
Blanket Implementations§
§impl<T> AggregateExpressionMethods for T
impl<T> AggregateExpressionMethods for T
§fn aggregate_distinct(self) -> Self::Outputwhere
Self: DistinctDsl,
fn aggregate_distinct(self) -> Self::Outputwhere
Self: DistinctDsl,
DISTINCT modifier for aggregate functions Read more§fn aggregate_all(self) -> Self::Outputwhere
Self: AllDsl,
fn aggregate_all(self) -> Self::Outputwhere
Self: AllDsl,
ALL modifier for aggregate functions Read more§fn aggregate_filter<P>(self, f: P) -> Self::Outputwhere
P: AsExpression<Bool>,
Self: FilterDsl<<P as AsExpression<Bool>>::Expression>,
fn aggregate_filter<P>(self, f: P) -> Self::Outputwhere
P: AsExpression<Bool>,
Self: FilterDsl<<P as AsExpression<Bool>>::Expression>,
Add an aggregate function filter Read more
§fn aggregate_order<O>(self, o: O) -> Self::Outputwhere
Self: OrderAggregateDsl<O>,
fn aggregate_order<O>(self, o: O) -> Self::Outputwhere
Self: OrderAggregateDsl<O>,
Add an aggregate function order Read more
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
§impl<T> CloneAny for T
impl<T> CloneAny for T
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DebugAny for T
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
§impl<T> Downcast for Twhere
T: Any,
impl<T> Downcast for Twhere
T: Any,
§fn into_any(self: Box<T>) -> Box<dyn Any>
fn into_any(self: Box<T>) -> Box<dyn Any>
Converts
Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>, which can then be
downcast into Box<dyn ConcreteType> where ConcreteType implements Trait.§fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>
Converts
Rc<Trait> (where Trait: Downcast) to Rc<Any>, which can then be further
downcast into Rc<ConcreteType> where ConcreteType implements Trait.§fn as_any(&self) -> &(dyn Any + 'static)
fn as_any(&self) -> &(dyn Any + 'static)
Converts
&Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s.§fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)
Converts
&mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &mut Any’s vtable from &mut Trait’s.§impl<T> DowncastSend for T
impl<T> DowncastSend for T
§impl<T> DowncastSync for T
impl<T> DowncastSync for T
§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>
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>
§impl<T> IntoSql for T
impl<T> IntoSql for T
impl<T> UnsafeAny for Twhere
T: Any,
§impl<T> WindowExpressionMethods for T
impl<T> WindowExpressionMethods for T
§fn over(self) -> Self::Outputwhere
Self: OverDsl,
fn over(self) -> Self::Outputwhere
Self: OverDsl,
Turn a function call into a window function call Read more
§fn window_filter<P>(self, f: P) -> Self::Outputwhere
P: AsExpression<Bool>,
Self: FilterDsl<<P as AsExpression<Bool>>::Expression>,
fn window_filter<P>(self, f: P) -> Self::Outputwhere
P: AsExpression<Bool>,
Self: FilterDsl<<P as AsExpression<Bool>>::Expression>,
Add a filter to the current window function Read more
§fn partition_by<E>(self, expr: E) -> Self::Outputwhere
Self: PartitionByDsl<E>,
fn partition_by<E>(self, expr: E) -> Self::Outputwhere
Self: PartitionByDsl<E>,
Add a partition clause to the current window function Read more
§fn window_order<E>(self, expr: E) -> Self::Outputwhere
Self: OrderWindowDsl<E>,
fn window_order<E>(self, expr: E) -> Self::Outputwhere
Self: OrderWindowDsl<E>,
Add a order clause to the current window function Read more