pub struct Scope {
pub Type: ScopeType,
pub object: RemoteObject,
pub name: Option<String>,
pub start_location: Option<Location>,
pub end_location: Option<Location>,
}Fields§
§Type: ScopeType§object: RemoteObject§name: Option<String>§start_location: Option<Location>§end_location: Option<Location>Trait Implementations§
source§impl<'de> Deserialize<'de> for Scope
impl<'de> Deserialize<'de> for Scope
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