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