pub struct CodexHeader {
pub session_id: Option<String>,
pub cwd: Option<String>,
pub timestamp: Option<String>,
pub snippet: Option<String>,
}Fields§
§session_id: Option<String>§cwd: Option<String>§timestamp: Option<String>§snippet: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CodexHeader
impl RefUnwindSafe for CodexHeader
impl Send for CodexHeader
impl Sync for CodexHeader
impl Unpin for CodexHeader
impl UnwindSafe for CodexHeader
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