pub struct HirCommandCall {
pub command: HirCallableRef,
pub args: Vec<CommandArgument>,
}Fields§
§command: HirCallableRef§args: Vec<CommandArgument>Trait Implementations§
Source§impl Clone for HirCommandCall
impl Clone for HirCommandCall
Source§fn clone(&self) -> HirCommandCall
fn clone(&self) -> HirCommandCall
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 HirCommandCall
impl Debug for HirCommandCall
Source§impl<'de> Deserialize<'de> for HirCommandCall
impl<'de> Deserialize<'de> for HirCommandCall
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 HirCommandCall
impl PartialEq for HirCommandCall
Source§fn eq(&self, other: &HirCommandCall) -> bool
fn eq(&self, other: &HirCommandCall) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for HirCommandCall
impl Serialize for HirCommandCall
impl StructuralPartialEq for HirCommandCall
Auto Trait Implementations§
impl Freeze for HirCommandCall
impl RefUnwindSafe for HirCommandCall
impl Send for HirCommandCall
impl Sync for HirCommandCall
impl Unpin for HirCommandCall
impl UnsafeUnpin for HirCommandCall
impl UnwindSafe for HirCommandCall
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