Struct collab2::db::WorktreeSettingsFile
source · pub struct WorktreeSettingsFile {
pub path: String,
pub content: String,
}
Fields§
§path: String
§content: String
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for WorktreeSettingsFile
impl Send for WorktreeSettingsFile
impl Sync for WorktreeSettingsFile
impl Unpin for WorktreeSettingsFile
impl UnwindSafe for WorktreeSettingsFile
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