pub struct SourcePullOptions {
pub branch: BranchName,
}Fields§
§branch: BranchNameAuto Trait Implementations§
impl Freeze for SourcePullOptions
impl RefUnwindSafe for SourcePullOptions
impl Send for SourcePullOptions
impl Sync for SourcePullOptions
impl Unpin for SourcePullOptions
impl UnsafeUnpin for SourcePullOptions
impl UnwindSafe for SourcePullOptions
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