pub struct FolderPather {
pub spawn_folder: String,
}Fields§
§spawn_folder: StringImplementations§
Source§impl FolderPather
impl FolderPather
pub fn spawn_folder_path(&self) -> &str
pub fn pinned_folder(&self) -> String
pub fn components_folder(&self) -> String
pub fn migrations_folder(&self) -> String
pub fn tests_folder(&self) -> String
pub fn migration_folder(&self, script_path: &str) -> String
pub fn migration_script_file_path(&self, script_path: &str) -> String
pub fn test_folder(&self, test_path: &str) -> String
pub fn test_file_path(&self, test_path: &str) -> String
pub fn migration_lock_file_path(&self, script_path: &str) -> String
Trait Implementations§
Source§impl Clone for FolderPather
impl Clone for FolderPather
Source§fn clone(&self) -> FolderPather
fn clone(&self) -> FolderPather
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FolderPather
impl RefUnwindSafe for FolderPather
impl Send for FolderPather
impl Sync for FolderPather
impl Unpin for FolderPather
impl UnsafeUnpin for FolderPather
impl UnwindSafe for FolderPather
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