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