pub struct GetJetstreamLogsRequest;Expand description
Endpoint type for network.slices.slice.getJetstreamLogs
Trait Implementations§
Source§impl XrpcEndpoint for GetJetstreamLogsRequest
impl XrpcEndpoint for GetJetstreamLogsRequest
Source§const PATH: &'static str = "/xrpc/network.slices.slice.getJetstreamLogs"
const PATH: &'static str = "/xrpc/network.slices.slice.getJetstreamLogs"
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 Request<'de> = GetJetstreamLogs<'de>
type Request<'de> = GetJetstreamLogs<'de>
XRPC Request data type
Source§type Response = GetJetstreamLogsResponse
type Response = GetJetstreamLogsResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for GetJetstreamLogsRequest
impl RefUnwindSafe for GetJetstreamLogsRequest
impl Send for GetJetstreamLogsRequest
impl Sync for GetJetstreamLogsRequest
impl Unpin for GetJetstreamLogsRequest
impl UnsafeUnpin for GetJetstreamLogsRequest
impl UnwindSafe for GetJetstreamLogsRequest
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