Struct lsp_types::CallHierarchyOutgoingCall [−][src]
pub struct CallHierarchyOutgoingCall {
pub to: CallHierarchyItem,
pub from_ranges: Vec<Range>,
}Expand description
Represents an outgoing call, e.g. calling a getter from a method or a method from a constructor etc.
Fields
to: CallHierarchyItemThe item that is called.
from_ranges: Vec<Range>The range at which this item is called. This is the range relative to the caller, e.g the item
passed to provideCallHierarchyOutgoingCalls
and not this.to.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CallHierarchyOutgoingCallimpl Send for CallHierarchyOutgoingCallimpl Sync for CallHierarchyOutgoingCallimpl Unpin for CallHierarchyOutgoingCallimpl UnwindSafe for CallHierarchyOutgoingCallBlanket Implementations
Mutably borrows from an owned value. Read more