pub struct ServiceProductFulfillment {
pub service_product_fulfillment_detail: ServiceProductFulfillmentDetail,
}Expand description
A collection of details related to a fulfillment service or product in terms of request, process and result.
Fields§
§service_product_fulfillment_detail: ServiceProductFulfillmentDetailDocumentation not found in the MISMO model viewer and not provided by Freddie Mac.
Trait Implementations§
Source§impl Clone for ServiceProductFulfillment
impl Clone for ServiceProductFulfillment
Source§fn clone(&self) -> ServiceProductFulfillment
fn clone(&self) -> ServiceProductFulfillment
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 ServiceProductFulfillment
impl Debug for ServiceProductFulfillment
Source§impl<'de> Deserialize<'de> for ServiceProductFulfillment
impl<'de> Deserialize<'de> for ServiceProductFulfillment
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
Source§impl Display for ServiceProductFulfillment
impl Display for ServiceProductFulfillment
Auto Trait Implementations§
impl Freeze for ServiceProductFulfillment
impl RefUnwindSafe for ServiceProductFulfillment
impl Send for ServiceProductFulfillment
impl Sync for ServiceProductFulfillment
impl Unpin for ServiceProductFulfillment
impl UnwindSafe for ServiceProductFulfillment
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