pub struct AddUrlPlan {
pub repo: String,
pub repo_ref: Option<String>,
pub api_base_url: Option<String>,
pub json: bool,
}Expand description
Arguments for indexing a GitHub repository via runx add <github-url>.
Fields§
§repo: String§repo_ref: Option<String>§api_base_url: Option<String>§json: boolTrait Implementations§
Source§impl Debug for AddUrlPlan
impl Debug for AddUrlPlan
impl Eq for AddUrlPlan
Source§impl PartialEq for AddUrlPlan
impl PartialEq for AddUrlPlan
Source§fn eq(&self, other: &AddUrlPlan) -> bool
fn eq(&self, other: &AddUrlPlan) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AddUrlPlan
Auto Trait Implementations§
impl Freeze for AddUrlPlan
impl RefUnwindSafe for AddUrlPlan
impl Send for AddUrlPlan
impl Sync for AddUrlPlan
impl Unpin for AddUrlPlan
impl UnsafeUnpin for AddUrlPlan
impl UnwindSafe for AddUrlPlan
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.