pub struct InputUpdateCustomEvent {
pub date: Option<i64>,
pub end_date: Option<i64>,
pub title: Option<String>,
pub description: Option<String>,
}Fields§
§date: Option<i64>§end_date: Option<i64>§title: Option<String>§description: Option<String>Implementations§
Source§impl InputUpdateCustomEvent
impl InputUpdateCustomEvent
pub fn new() -> InputUpdateCustomEvent
Trait Implementations§
Source§impl Clone for InputUpdateCustomEvent
impl Clone for InputUpdateCustomEvent
Source§fn clone(&self) -> InputUpdateCustomEvent
fn clone(&self) -> InputUpdateCustomEvent
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 InputUpdateCustomEvent
impl Debug for InputUpdateCustomEvent
Source§impl Default for InputUpdateCustomEvent
impl Default for InputUpdateCustomEvent
Source§fn default() -> InputUpdateCustomEvent
fn default() -> InputUpdateCustomEvent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InputUpdateCustomEvent
impl<'de> Deserialize<'de> for InputUpdateCustomEvent
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 InputUpdateCustomEvent
impl PartialEq for InputUpdateCustomEvent
Source§impl Serialize for InputUpdateCustomEvent
impl Serialize for InputUpdateCustomEvent
impl StructuralPartialEq for InputUpdateCustomEvent
Auto Trait Implementations§
impl Freeze for InputUpdateCustomEvent
impl RefUnwindSafe for InputUpdateCustomEvent
impl Send for InputUpdateCustomEvent
impl Sync for InputUpdateCustomEvent
impl Unpin for InputUpdateCustomEvent
impl UnwindSafe for InputUpdateCustomEvent
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