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