pub struct LogisticsExceptionSupportCase { /* private fields */ }Implementations§
Source§impl LogisticsExceptionSupportCase
impl LogisticsExceptionSupportCase
pub fn try_new( exception: LogisticsException, shipment: LogisticsShipmentPlan, support_case: SupportCase, ) -> DomainResult<Self>
Source§impl LogisticsExceptionSupportCase
impl LogisticsExceptionSupportCase
pub fn exception(&self) -> <LogisticsException as FieldAccess>::Output<'_>
pub fn shipment(&self) -> <LogisticsShipmentPlan as FieldAccess>::Output<'_>
pub fn support_case(&self) -> <SupportCase as FieldAccess>::Output<'_>
Trait Implementations§
Source§impl Clone for LogisticsExceptionSupportCase
impl Clone for LogisticsExceptionSupportCase
Source§fn clone(&self) -> LogisticsExceptionSupportCase
fn clone(&self) -> LogisticsExceptionSupportCase
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 PartialEq for LogisticsExceptionSupportCase
impl PartialEq for LogisticsExceptionSupportCase
Source§fn eq(&self, other: &LogisticsExceptionSupportCase) -> bool
fn eq(&self, other: &LogisticsExceptionSupportCase) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for LogisticsExceptionSupportCase
impl StructuralPartialEq for LogisticsExceptionSupportCase
Auto Trait Implementations§
impl Freeze for LogisticsExceptionSupportCase
impl RefUnwindSafe for LogisticsExceptionSupportCase
impl Send for LogisticsExceptionSupportCase
impl Sync for LogisticsExceptionSupportCase
impl Unpin for LogisticsExceptionSupportCase
impl UnsafeUnpin for LogisticsExceptionSupportCase
impl UnwindSafe for LogisticsExceptionSupportCase
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