pub struct ListingEnvelopeTransportRequest {
pub listing: ListingEnvelopeV1,
pub now_unix: i64,
}Fields§
§listing: ListingEnvelopeV1§now_unix: i64Trait Implementations§
Source§impl Clone for ListingEnvelopeTransportRequest
impl Clone for ListingEnvelopeTransportRequest
Source§fn clone(&self) -> ListingEnvelopeTransportRequest
fn clone(&self) -> ListingEnvelopeTransportRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for ListingEnvelopeTransportRequest
impl<'de> Deserialize<'de> for ListingEnvelopeTransportRequest
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 ListingEnvelopeTransportRequest
impl RefUnwindSafe for ListingEnvelopeTransportRequest
impl Send for ListingEnvelopeTransportRequest
impl Sync for ListingEnvelopeTransportRequest
impl Unpin for ListingEnvelopeTransportRequest
impl UnsafeUnpin for ListingEnvelopeTransportRequest
impl UnwindSafe for ListingEnvelopeTransportRequest
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