pub struct SubnetStateOps;Expand description
SubnetStateOps
Implementations§
Source§impl SubnetStateOps
impl SubnetStateOps
pub fn import(data: SubnetStateData)
pub fn export() -> SubnetStateData
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