pub struct Archived;Expand description
Archived capability: an orthogonal flag, independent of Status (a task
can be done and archived, or archived without being done) — presence
is the flag, no payload needed. Hidden from default views by callers
passing Filter { archived: Some(false), .. } (spec §13 Q4 direction);
QueryEngine/Filter itself stay neutral (None = no restriction).
Trait Implementations§
impl Copy for Archived
Source§impl<'de> Deserialize<'de> for Archived
impl<'de> Deserialize<'de> for Archived
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
impl Eq for Archived
impl StructuralPartialEq for Archived
Auto Trait Implementations§
impl Freeze for Archived
impl RefUnwindSafe for Archived
impl Send for Archived
impl Sync for Archived
impl Unpin for Archived
impl UnsafeUnpin for Archived
impl UnwindSafe for Archived
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