pub struct Generated {
pub by: Option<Actor>,
pub at: Option<DateTimeField>,
}Expand description
How the current content was produced (§5.2): generated: { by, at }.
Distinct from Verification on purpose: who wrote a concept need not be
who confirmed it.
Fields§
§by: Option<Actor>The producing actor. REQUIRED within generated; None marks a
malformed block rather than a fatal error.
at: Option<DateTimeField>When the content last meaningfully changed.
Implementations§
Trait Implementations§
impl Eq for Generated
impl StructuralPartialEq for Generated
Auto Trait Implementations§
impl Freeze for Generated
impl RefUnwindSafe for Generated
impl Send for Generated
impl Sync for Generated
impl Unpin for Generated
impl UnsafeUnpin for Generated
impl UnwindSafe for Generated
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