pub struct DateTimeOutput {
pub result: String,
pub operation: String,
pub details: Option<String>,
}Expand description
DateTime tool output result.
Fields§
§result: StringOperation result.
operation: StringOperation type.
details: Option<String>Additional details.
Trait Implementations§
Source§impl Debug for DateTimeOutput
impl Debug for DateTimeOutput
Auto Trait Implementations§
impl Freeze for DateTimeOutput
impl RefUnwindSafe for DateTimeOutput
impl Send for DateTimeOutput
impl Sync for DateTimeOutput
impl Unpin for DateTimeOutput
impl UnsafeUnpin for DateTimeOutput
impl UnwindSafe for DateTimeOutput
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