pub struct EntryPointFact {
pub entry_id: usize,
pub file_id: usize,
pub kind: EntryPointKind,
pub symbol: String,
}Fields§
§entry_id: usize§file_id: usize§kind: EntryPointKind§symbol: StringTrait Implementations§
Source§impl Clone for EntryPointFact
impl Clone for EntryPointFact
Source§fn clone(&self) -> EntryPointFact
fn clone(&self) -> EntryPointFact
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EntryPointFact
impl Debug for EntryPointFact
Source§impl<'de> Deserialize<'de> for EntryPointFact
impl<'de> Deserialize<'de> for EntryPointFact
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 EntryPointFact
impl RefUnwindSafe for EntryPointFact
impl Send for EntryPointFact
impl Sync for EntryPointFact
impl Unpin for EntryPointFact
impl UnsafeUnpin for EntryPointFact
impl UnwindSafe for EntryPointFact
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