pub struct SubnetStateOps;Expand description
SubnetStateOps
Implementations§
Source§impl SubnetStateOps
impl SubnetStateOps
Sourcepub fn import_view(view: SubnetStateView)
pub fn import_view(view: SubnetStateView)
Import subnet state from a public view.
Sourcepub fn export_view() -> SubnetStateView
pub fn export_view() -> SubnetStateView
Export subnet state as a public view.
Auto Trait Implementations§
impl Freeze for SubnetStateOps
impl RefUnwindSafe for SubnetStateOps
impl Send for SubnetStateOps
impl Sync for SubnetStateOps
impl Unpin for SubnetStateOps
impl UnwindSafe for SubnetStateOps
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