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