struct RepoHostParams {
owner: String,
repo: String,
host: Option<String>,
ref: Option<String>,
rev: Option<String>,
keytype: Option<String>,
public_key: Option<String>,
public_keys: Option<Vec<String>>,
}
Fields§
§owner: String
§repo: String
§host: Option<String>
§ref: Option<String>
§rev: Option<String>
§keytype: Option<String>
§public_key: Option<String>
§public_keys: Option<Vec<String>>
Trait Implementations§
Source§impl Debug for RepoHostParams
impl Debug for RepoHostParams
Source§impl Default for RepoHostParams
impl Default for RepoHostParams
Source§fn default() -> RepoHostParams
fn default() -> RepoHostParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RepoHostParams
impl RefUnwindSafe for RepoHostParams
impl Send for RepoHostParams
impl Sync for RepoHostParams
impl Unpin for RepoHostParams
impl UnwindSafe for RepoHostParams
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