pub struct FfiMarker {
pub source_node_id: u64,
pub kind: FfiMarkerKind,
pub local_name: String,
pub bound_name: Option<String>,
pub arity: Option<u8>,
pub module: Option<String>,
pub corpus: String,
}Fields§
§source_node_id: u64§kind: FfiMarkerKind§local_name: String§bound_name: Option<String>§arity: Option<u8>§module: Option<String>§corpus: StringImplementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FfiMarker
impl<'de> Deserialize<'de> for FfiMarker
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 FfiMarker
impl RefUnwindSafe for FfiMarker
impl Send for FfiMarker
impl Sync for FfiMarker
impl Unpin for FfiMarker
impl UnsafeUnpin for FfiMarker
impl UnwindSafe for FfiMarker
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