pub struct CreateListingResponse {
pub listing_id: u64,
pub resource_url: String,
pub extra: ExtraFields,
}Fields§
§listing_id: u64§resource_url: String§extra: ExtraFieldsTrait Implementations§
Source§impl Clone for CreateListingResponse
impl Clone for CreateListingResponse
Source§fn clone(&self) -> CreateListingResponse
fn clone(&self) -> CreateListingResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CreateListingResponse
impl Debug for CreateListingResponse
Source§impl<'de> Deserialize<'de> for CreateListingResponse
impl<'de> Deserialize<'de> for CreateListingResponse
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 CreateListingResponse
impl RefUnwindSafe for CreateListingResponse
impl Send for CreateListingResponse
impl Sync for CreateListingResponse
impl Unpin for CreateListingResponse
impl UnsafeUnpin for CreateListingResponse
impl UnwindSafe for CreateListingResponse
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