pub struct CCMaxCalls {
pub second: i32,
pub minute: i32,
pub hour: i32,
pub day: i32,
pub month: i32,
}Fields§
§second: i32§minute: i32§hour: i32§day: i32§month: i32Trait Implementations§
Source§impl Clone for CCMaxCalls
impl Clone for CCMaxCalls
Source§fn clone(&self) -> CCMaxCalls
fn clone(&self) -> CCMaxCalls
Returns a duplicate of the value. Read more
1.0.0 · 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 CCMaxCalls
impl Debug for CCMaxCalls
Source§impl<'de> Deserialize<'de> for CCMaxCalls
impl<'de> Deserialize<'de> for CCMaxCalls
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 Serialize for CCMaxCalls
impl Serialize for CCMaxCalls
impl Copy for CCMaxCalls
Auto Trait Implementations§
impl Freeze for CCMaxCalls
impl RefUnwindSafe for CCMaxCalls
impl Send for CCMaxCalls
impl Sync for CCMaxCalls
impl Unpin for CCMaxCalls
impl UnsafeUnpin for CCMaxCalls
impl UnwindSafe for CCMaxCalls
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