pub struct ClientShowMessageActionItemOptions {
pub additional_properties_support: Option<bool>,
}Expand description
@since 3.18.0
Fields§
§additional_properties_support: Option<bool>Whether the client supports additional attributes which are preserved and send back to the server in the request’s response.
Implementations§
Trait Implementations§
Source§impl Clone for ClientShowMessageActionItemOptions
impl Clone for ClientShowMessageActionItemOptions
Source§fn clone(&self) -> ClientShowMessageActionItemOptions
fn clone(&self) -> ClientShowMessageActionItemOptions
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 Default for ClientShowMessageActionItemOptions
impl Default for ClientShowMessageActionItemOptions
Source§fn default() -> ClientShowMessageActionItemOptions
fn default() -> ClientShowMessageActionItemOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClientShowMessageActionItemOptions
impl<'de> Deserialize<'de> for ClientShowMessageActionItemOptions
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 ClientShowMessageActionItemOptions
impl PartialEq for ClientShowMessageActionItemOptions
Source§fn eq(&self, other: &ClientShowMessageActionItemOptions) -> bool
fn eq(&self, other: &ClientShowMessageActionItemOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ClientShowMessageActionItemOptions
impl Eq for ClientShowMessageActionItemOptions
impl StructuralPartialEq for ClientShowMessageActionItemOptions
Auto Trait Implementations§
impl Freeze for ClientShowMessageActionItemOptions
impl RefUnwindSafe for ClientShowMessageActionItemOptions
impl Send for ClientShowMessageActionItemOptions
impl Sync for ClientShowMessageActionItemOptions
impl Unpin for ClientShowMessageActionItemOptions
impl UnsafeUnpin for ClientShowMessageActionItemOptions
impl UnwindSafe for ClientShowMessageActionItemOptions
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