pub struct KitinProject { /* private fields */ }Implementations§
Source§impl KitinProject
impl KitinProject
pub fn new() -> KitinProject
pub fn load_from_file(&mut self)
pub fn directory_has_project(directory: &Path) -> bool
pub fn save_to_file(&self, directory: &Path)
pub fn set_name(&mut self, name: &str)
Trait Implementations§
Source§impl Debug for KitinProject
impl Debug for KitinProject
Source§impl<'de> Deserialize<'de> for KitinProject
impl<'de> Deserialize<'de> for KitinProject
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for KitinProject
impl RefUnwindSafe for KitinProject
impl Send for KitinProject
impl Sync for KitinProject
impl Unpin for KitinProject
impl UnsafeUnpin for KitinProject
impl UnwindSafe for KitinProject
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