pub struct Tips<'a> { /* private fields */ }Implementations§
Source§impl<'a> Tips<'a>
impl<'a> Tips<'a>
pub fn new(root: PathBuf, w: &'a mut dyn Write) -> Self
pub fn list(&mut self, filter_states: &[&str])
pub fn details(&mut self, id: &str)
pub fn create(&mut self, title: &str)
pub fn delete(&mut self, id: &str)
pub fn open(&mut self, id: &str)
pub fn close(&mut self, id: &str)
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for Tips<'a>
impl<'a> !Send for Tips<'a>
impl<'a> !Sync for Tips<'a>
impl<'a> !UnwindSafe for Tips<'a>
impl<'a> Freeze for Tips<'a>
impl<'a> Unpin for Tips<'a>
impl<'a> UnsafeUnpin for Tips<'a>
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