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