pub struct MigrateRepoBuilder { /* private fields */ }
Implementations§
Source§impl MigrateRepoBuilder
impl MigrateRepoBuilder
pub fn auth_password(self, auth_password: impl Into<String>) -> Self
pub fn auth_token(self, auth_token: impl Into<String>) -> Self
pub fn auth_username(self, auth_username: impl Into<String>) -> Self
pub fn description(self, description: impl Into<String>) -> Self
pub fn issues(self, issues: impl Into<bool>) -> Self
pub fn labels(self, labels: impl Into<bool>) -> Self
pub fn lfs(self, lfs: impl Into<bool>) -> Self
pub fn lfs_endpoint(self, lfs_endpoint: impl Into<String>) -> Self
pub fn milestones(self, milestones: impl Into<bool>) -> Self
pub fn mirror(self, mirror: impl Into<bool>) -> Self
pub fn mirror_interval(self, mirror_interval: impl Into<String>) -> Self
pub fn private(self, private: impl Into<bool>) -> Self
pub fn pull_requests(self, pull_requests: impl Into<bool>) -> Self
pub fn releases(self, releases: impl Into<bool>) -> Self
pub fn repo_owner(self, repo_owner: impl Into<String>) -> Self
pub fn service(self, service: impl Into<String>) -> Self
pub fn wiki(self, wiki: impl Into<bool>) -> Self
Trait Implementations§
Source§impl Clone for MigrateRepoBuilder
impl Clone for MigrateRepoBuilder
Source§fn clone(&self) -> MigrateRepoBuilder
fn clone(&self) -> MigrateRepoBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MigrateRepoBuilder
impl Debug for MigrateRepoBuilder
Source§impl PartialEq for MigrateRepoBuilder
impl PartialEq for MigrateRepoBuilder
Source§impl Serialize for MigrateRepoBuilder
impl Serialize for MigrateRepoBuilder
impl StructuralPartialEq for MigrateRepoBuilder
Auto Trait Implementations§
impl Freeze for MigrateRepoBuilder
impl RefUnwindSafe for MigrateRepoBuilder
impl Send for MigrateRepoBuilder
impl Sync for MigrateRepoBuilder
impl Unpin for MigrateRepoBuilder
impl UnwindSafe for MigrateRepoBuilder
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