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