pub struct RepoOrigin {
pub host: RepoHost,
pub has_git: bool,
}Fields§
§host: RepoHost§has_git: boolTrait Implementations§
Source§impl Clone for RepoOrigin
impl Clone for RepoOrigin
Source§fn clone(&self) -> RepoOrigin
fn clone(&self) -> RepoOrigin
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RepoOrigin
impl Debug for RepoOrigin
Auto Trait Implementations§
impl Freeze for RepoOrigin
impl RefUnwindSafe for RepoOrigin
impl Send for RepoOrigin
impl Sync for RepoOrigin
impl Unpin for RepoOrigin
impl UnsafeUnpin for RepoOrigin
impl UnwindSafe for RepoOrigin
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