Struct git_fixture::TodoList
source · [−]pub struct TodoList {
pub init: bool,
pub sleep: Option<Duration>,
pub author: Option<String>,
pub commands: Vec<Command>,
}Fields
init: boolsleep: Option<Duration>commands: Vec<Command>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TodoList
impl Send for TodoList
impl Sync for TodoList
impl Unpin for TodoList
impl UnwindSafe for TodoList
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more