Struct jj_lib::settings::RepoSettings
source · pub struct RepoSettings { /* private fields */ }
Trait Implementations§
source§impl Clone for RepoSettings
impl Clone for RepoSettings
source§fn clone(&self) -> RepoSettings
fn clone(&self) -> RepoSettings
Returns a copy 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 RepoSettings
impl !RefUnwindSafe for RepoSettings
impl Send for RepoSettings
impl Sync for RepoSettings
impl Unpin for RepoSettings
impl !UnwindSafe for RepoSettings
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