pub struct GitConfigMobRepo<Cmd> {
pub command_runner: Cmd,
}Fields§
§command_runner: CmdTrait Implementations§
Source§impl<Cmd: CommandRunner> MobSessionRepo for GitConfigMobRepo<Cmd>
impl<Cmd: CommandRunner> MobSessionRepo for GitConfigMobRepo<Cmd>
Auto Trait Implementations§
impl<Cmd> Freeze for GitConfigMobRepo<Cmd>where
Cmd: Freeze,
impl<Cmd> RefUnwindSafe for GitConfigMobRepo<Cmd>where
Cmd: RefUnwindSafe,
impl<Cmd> Send for GitConfigMobRepo<Cmd>where
Cmd: Send,
impl<Cmd> Sync for GitConfigMobRepo<Cmd>where
Cmd: Sync,
impl<Cmd> Unpin for GitConfigMobRepo<Cmd>where
Cmd: Unpin,
impl<Cmd> UnwindSafe for GitConfigMobRepo<Cmd>where
Cmd: UnwindSafe,
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