pub struct ScopedCheckoutPacket { /* private fields */ }Expand description
Scoped checkout packet used by the manager daily brief workflow; it assembles reviewable manager brief packets from deterministic context and agent drafts.
Implementations§
Source§impl ScopedCheckoutPacket
impl ScopedCheckoutPacket
Sourcepub fn builder() -> ScopedCheckoutPacketBuilder
pub fn builder() -> ScopedCheckoutPacketBuilder
Create an instance of ScopedCheckoutPacket using the builder syntax
Source§impl ScopedCheckoutPacket
impl ScopedCheckoutPacket
Sourcepub const fn location_id(&self) -> LocationId
pub const fn location_id(&self) -> LocationId
Returns the location id evidence available to manager daily brief review while leaving provider, customer, payment, and schedule systems unchanged.
Sourcepub const fn operating_day(&self) -> Date
pub const fn operating_day(&self) -> Date
Returns the operating day evidence available to manager daily brief review while leaving provider, customer, payment, and schedule systems unchanged.
Trait Implementations§
Source§impl Clone for ScopedCheckoutPacket
impl Clone for ScopedCheckoutPacket
Source§fn clone(&self) -> ScopedCheckoutPacket
fn clone(&self) -> ScopedCheckoutPacket
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 ScopedCheckoutPacket
impl Debug for ScopedCheckoutPacket
Source§impl<'de> Deserialize<'de> for ScopedCheckoutPacket
impl<'de> Deserialize<'de> for ScopedCheckoutPacket
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 PartialEq for ScopedCheckoutPacket
impl PartialEq for ScopedCheckoutPacket
Source§impl Serialize for ScopedCheckoutPacket
impl Serialize for ScopedCheckoutPacket
impl Eq for ScopedCheckoutPacket
impl StructuralPartialEq for ScopedCheckoutPacket
Auto Trait Implementations§
impl Freeze for ScopedCheckoutPacket
impl RefUnwindSafe for ScopedCheckoutPacket
impl Send for ScopedCheckoutPacket
impl Sync for ScopedCheckoutPacket
impl Unpin for ScopedCheckoutPacket
impl UnsafeUnpin for ScopedCheckoutPacket
impl UnwindSafe for ScopedCheckoutPacket
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