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