pub struct StatsRequest;Expand description
Endpoint type for network.slices.slice.stats
Trait Implementations§
Source§impl XrpcEndpoint for StatsRequest
impl XrpcEndpoint for StatsRequest
Source§const PATH: &'static str = "/xrpc/network.slices.slice.stats"
const PATH: &'static str = "/xrpc/network.slices.slice.stats"
Fully-qualified path (‘/xrpc/[nsid]’) where this endpoint should live on the server
Source§const METHOD: XrpcMethod = jacquard_common::xrpc::XrpcMethod::Query
const METHOD: XrpcMethod = jacquard_common::xrpc::XrpcMethod::Query
XRPC method (query/GET or procedure/POST)
Source§type Response = StatsResponse
type Response = StatsResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for StatsRequest
impl RefUnwindSafe for StatsRequest
impl Send for StatsRequest
impl Sync for StatsRequest
impl Unpin for StatsRequest
impl UnwindSafe for StatsRequest
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