pub struct MissingBlobsRequest {
pub pds_host: String,
pub did: String,
pub token: String,
}Fields§
§pds_host: String§did: String§token: StringTrait Implementations§
Source§impl Debug for MissingBlobsRequest
impl Debug for MissingBlobsRequest
Source§impl<'de> Deserialize<'de> for MissingBlobsRequest
impl<'de> Deserialize<'de> for MissingBlobsRequest
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 MissingBlobsRequest
impl RefUnwindSafe for MissingBlobsRequest
impl Send for MissingBlobsRequest
impl Sync for MissingBlobsRequest
impl Unpin for MissingBlobsRequest
impl UnwindSafe for MissingBlobsRequest
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