pub struct SDKJsonRequest<'a, RP> { /* private fields */ }
Implementations§
Source§impl<'a, RP> SDKJsonRequest<'a, RP>
impl<'a, RP> SDKJsonRequest<'a, RP>
Source§impl<'a, RP> SDKJsonRequest<'a, RP>
impl<'a, RP> SDKJsonRequest<'a, RP>
Trait Implementations§
Auto Trait Implementations§
impl<'a, RP> Freeze for SDKJsonRequest<'a, RP>
impl<'a, RP> !RefUnwindSafe for SDKJsonRequest<'a, RP>
impl<'a, RP> Send for SDKJsonRequest<'a, RP>where
RP: Send,
impl<'a, RP> Sync for SDKJsonRequest<'a, RP>where
RP: Sync,
impl<'a, RP> Unpin for SDKJsonRequest<'a, RP>where
RP: Unpin,
impl<'a, RP> !UnwindSafe for SDKJsonRequest<'a, RP>
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