pub struct SubnetState;Expand description
SubnetState (public API)
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