pub struct CreateBookmarkRequest;Expand description
Endpoint type for app.bsky.bookmark.createBookmark
Trait Implementations§
Source§impl XrpcEndpoint for CreateBookmarkRequest
impl XrpcEndpoint for CreateBookmarkRequest
Source§const PATH: &'static str = "/xrpc/app.bsky.bookmark.createBookmark"
const PATH: &'static str = "/xrpc/app.bsky.bookmark.createBookmark"
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> = CreateBookmark<'de>
type Request<'de> = CreateBookmark<'de>
XRPC Request data type
Source§type Response = CreateBookmarkResponse
type Response = CreateBookmarkResponse
XRPC Response data type
Auto Trait Implementations§
impl Freeze for CreateBookmarkRequest
impl RefUnwindSafe for CreateBookmarkRequest
impl Send for CreateBookmarkRequest
impl Sync for CreateBookmarkRequest
impl Unpin for CreateBookmarkRequest
impl UnsafeUnpin for CreateBookmarkRequest
impl UnwindSafe for CreateBookmarkRequest
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