pub struct AddOptions {
pub tag: Option<String>,
pub content: Option<String>,
}Expand description
The options available to the add command.
Fields§
§tag: Option<String>An optional entry tag.
content: Option<String>Optional adding contents.
Auto Trait Implementations§
impl Freeze for AddOptions
impl RefUnwindSafe for AddOptions
impl Send for AddOptions
impl Sync for AddOptions
impl Unpin for AddOptions
impl UnwindSafe for AddOptions
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