pub struct SubnetStateQuery;Expand description
Workflow Query Re-export
SubnetStateQuery
Implementations§
Source§impl SubnetStateQuery
impl SubnetStateQuery
pub fn view() -> SubnetStateView
Auto Trait Implementations§
impl Freeze for SubnetStateQuery
impl RefUnwindSafe for SubnetStateQuery
impl Send for SubnetStateQuery
impl Sync for SubnetStateQuery
impl Unpin 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