pub enum Location {
Note,
Thread,
Task,
}
Expand description
Information about the location of each content type
Variants§
Implementations§
Source§impl Location
impl Location
pub fn get_basefolder(&self) -> PathBuf
pub fn create_filename(&self, uuid: &String) -> PathBuf
Auto Trait Implementations§
impl Freeze for Location
impl RefUnwindSafe for Location
impl Send for Location
impl Sync for Location
impl Unpin for Location
impl UnwindSafe for Location
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