pub struct EnvApi;Expand description
EnvApi
Implementations§
Source§impl EnvApi
impl EnvApi
pub async fn is_prime_root() -> Result<(), PublicError>
pub async fn is_prime_subnet() -> Result<(), PublicError>
Auto Trait Implementations§
impl Freeze for EnvApi
impl RefUnwindSafe for EnvApi
impl Send for EnvApi
impl Sync for EnvApi
impl Unpin for EnvApi
impl UnwindSafe for EnvApi
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