pub struct SubnetState;Expand description
SubnetState (public API)
Implementations§
Source§impl SubnetState
impl SubnetState
pub fn import(data: SubnetStateData)
pub fn export() -> SubnetStateData
Auto Trait Implementations§
impl Freeze for SubnetState
impl RefUnwindSafe for SubnetState
impl Send for SubnetState
impl Sync for SubnetState
impl Unpin for SubnetState
impl UnwindSafe for SubnetState
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