pub struct CapSymbol {
pub name: String,
pub address: u64,
pub signature: Option<String>,
}Fields§
§name: String§address: u64§signature: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for CapSymbol
impl<'de> Deserialize<'de> for CapSymbol
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
impl StructuralPartialEq for CapSymbol
Auto Trait Implementations§
impl Freeze for CapSymbol
impl RefUnwindSafe for CapSymbol
impl Send for CapSymbol
impl Sync for CapSymbol
impl Unpin for CapSymbol
impl UnsafeUnpin for CapSymbol
impl UnwindSafe for CapSymbol
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