pub struct SetPostReminderRequest {
pub target_time: i32,
}Fields§
§target_time: i32Target time for the reminder
Implementations§
Source§impl SetPostReminderRequest
impl SetPostReminderRequest
pub fn new(target_time: i32) -> SetPostReminderRequest
Trait Implementations§
Source§impl Clone for SetPostReminderRequest
impl Clone for SetPostReminderRequest
Source§fn clone(&self) -> SetPostReminderRequest
fn clone(&self) -> SetPostReminderRequest
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 SetPostReminderRequest
impl Debug for SetPostReminderRequest
Source§impl Default for SetPostReminderRequest
impl Default for SetPostReminderRequest
Source§fn default() -> SetPostReminderRequest
fn default() -> SetPostReminderRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetPostReminderRequest
impl<'de> Deserialize<'de> for SetPostReminderRequest
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 PartialEq for SetPostReminderRequest
impl PartialEq for SetPostReminderRequest
Source§impl Serialize for SetPostReminderRequest
impl Serialize for SetPostReminderRequest
impl StructuralPartialEq for SetPostReminderRequest
Auto Trait Implementations§
impl Freeze for SetPostReminderRequest
impl RefUnwindSafe for SetPostReminderRequest
impl Send for SetPostReminderRequest
impl Sync for SetPostReminderRequest
impl Unpin for SetPostReminderRequest
impl UnsafeUnpin for SetPostReminderRequest
impl UnwindSafe for SetPostReminderRequest
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