pub struct PmCheckBlastRadiusTool {
pub path: String,
pub symbol: String,
}Fields§
§path: StringFile path where the symbol is defined
symbol: StringSymbol name to check
Implementations§
Source§impl PmCheckBlastRadiusTool
impl PmCheckBlastRadiusTool
pub fn json_schema() -> Map<String, Value>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PmCheckBlastRadiusTool
impl<'de> Deserialize<'de> for PmCheckBlastRadiusTool
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 PmCheckBlastRadiusTool
impl RefUnwindSafe for PmCheckBlastRadiusTool
impl Send for PmCheckBlastRadiusTool
impl Sync for PmCheckBlastRadiusTool
impl Unpin for PmCheckBlastRadiusTool
impl UnsafeUnpin for PmCheckBlastRadiusTool
impl UnwindSafe for PmCheckBlastRadiusTool
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