pub struct EntrypointRelations { /* private fields */ }Expand description
Information about an entrypoint, including which components use it and what contracts it interacts with
Trait Implementations§
Source§impl Default for EntrypointRelations
impl Default for EntrypointRelations
Source§fn default() -> EntrypointRelations
fn default() -> EntrypointRelations
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EntrypointRelations
impl RefUnwindSafe for EntrypointRelations
impl Send for EntrypointRelations
impl Sync for EntrypointRelations
impl Unpin for EntrypointRelations
impl UnwindSafe for EntrypointRelations
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