pub struct ExecuteCommandRegistrationOptions {
pub commands: Vec<String>,
}
Expand description
Execute command registration options.
Fields§
§commands: Vec<String>
The commands to be executed on the server
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ExecuteCommandRegistrationOptions
impl<'de> Deserialize<'de> for ExecuteCommandRegistrationOptions
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 ExecuteCommandRegistrationOptions
impl PartialEq for ExecuteCommandRegistrationOptions
Source§fn eq(&self, other: &ExecuteCommandRegistrationOptions) -> bool
fn eq(&self, other: &ExecuteCommandRegistrationOptions) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Eq for ExecuteCommandRegistrationOptions
impl StructuralPartialEq for ExecuteCommandRegistrationOptions
Auto Trait Implementations§
impl Freeze for ExecuteCommandRegistrationOptions
impl RefUnwindSafe for ExecuteCommandRegistrationOptions
impl Send for ExecuteCommandRegistrationOptions
impl Sync for ExecuteCommandRegistrationOptions
impl Unpin for ExecuteCommandRegistrationOptions
impl UnwindSafe for ExecuteCommandRegistrationOptions
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