Struct bot_sslime::model::db::FrequencyRecord
source · pub struct FrequencyRecord {
pub channel_id: String,
pub frequency: i64,
}
Fields§
§channel_id: String
§frequency: i64
Trait Implementations§
source§impl Debug for FrequencyRecord
impl Debug for FrequencyRecord
Auto Trait Implementations§
impl Freeze for FrequencyRecord
impl RefUnwindSafe for FrequencyRecord
impl Send for FrequencyRecord
impl Sync for FrequencyRecord
impl Unpin for FrequencyRecord
impl UnwindSafe for FrequencyRecord
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
§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> IntoCollection<T> for T
impl<T> IntoCollection<T> for T
§fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
Converts
self
into a collection.