pub struct CommandsExpandParams {
pub name: String,
pub arguments: String,
pub workspace: Option<String>,
}Fields§
§name: String§arguments: String§workspace: Option<String>Trait Implementations§
Source§impl Clone for CommandsExpandParams
impl Clone for CommandsExpandParams
Source§fn clone(&self) -> CommandsExpandParams
fn clone(&self) -> CommandsExpandParams
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 Debug for CommandsExpandParams
impl Debug for CommandsExpandParams
Source§impl<'de> Deserialize<'de> for CommandsExpandParams
impl<'de> Deserialize<'de> for CommandsExpandParams
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
Auto Trait Implementations§
impl Freeze for CommandsExpandParams
impl RefUnwindSafe for CommandsExpandParams
impl Send for CommandsExpandParams
impl Sync for CommandsExpandParams
impl Unpin for CommandsExpandParams
impl UnsafeUnpin for CommandsExpandParams
impl UnwindSafe for CommandsExpandParams
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