pub struct PinServerRequestParams {
pub urls: PinServerUrls,
pub method: String,
pub accept: String,
pub data: PinParams,
}
Fields§
§urls: PinServerUrls
§method: String
§accept: String
§data: PinParams
Trait Implementations§
Source§impl Debug for PinServerRequestParams
impl Debug for PinServerRequestParams
Source§impl<'de> Deserialize<'de> for PinServerRequestParams
impl<'de> Deserialize<'de> for PinServerRequestParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PinServerRequestParams
impl RefUnwindSafe for PinServerRequestParams
impl Send for PinServerRequestParams
impl Sync for PinServerRequestParams
impl Unpin for PinServerRequestParams
impl UnwindSafe for PinServerRequestParams
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