pub struct SubnetStateQuery;Expand description
Re-export of read-only state query surfaces.
SubnetStateQuery
Implementations§
Source§impl SubnetStateQuery
impl SubnetStateQuery
pub fn snapshot() -> SubnetStateResponse
Auto Trait Implementations§
impl Freeze for SubnetStateQuery
impl RefUnwindSafe for SubnetStateQuery
impl Send for SubnetStateQuery
impl Sync for SubnetStateQuery
impl Unpin for SubnetStateQuery
impl UnsafeUnpin for SubnetStateQuery
impl UnwindSafe for SubnetStateQuery
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