pub struct SubRepositoryRulesBuilder { /* private fields */ }
Expand description
Builder for SubRepositoryRules
.
Implementations§
Source§impl SubRepositoryRulesBuilder
impl SubRepositoryRulesBuilder
pub fn enabled<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
pub fn update_policy<VALUE: Into<UpdatePolicy>>( &mut self, value: VALUE, ) -> &mut Self
pub fn checksum_policy<VALUE: Into<ChecksumPolicy>>( &mut self, value: VALUE, ) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<SubRepositoryRules, SubRepositoryRulesBuilderError>
pub fn build( &self, ) -> Result<SubRepositoryRules, SubRepositoryRulesBuilderError>
Trait Implementations§
Source§impl Clone for SubRepositoryRulesBuilder
impl Clone for SubRepositoryRulesBuilder
Source§fn clone(&self) -> SubRepositoryRulesBuilder
fn clone(&self) -> SubRepositoryRulesBuilder
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for SubRepositoryRulesBuilder
impl RefUnwindSafe for SubRepositoryRulesBuilder
impl Send for SubRepositoryRulesBuilder
impl Sync for SubRepositoryRulesBuilder
impl Unpin for SubRepositoryRulesBuilder
impl UnwindSafe for SubRepositoryRulesBuilder
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