pub struct CiProvider(/* private fields */);Expand description
Stable provider name without coupling the domain to one CI vendor.
Implementations§
Trait Implementations§
Source§impl Clone for CiProvider
impl Clone for CiProvider
Source§fn clone(&self) -> CiProvider
fn clone(&self) -> CiProvider
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 CiProvider
impl Debug for CiProvider
impl Eq for CiProvider
Source§impl PartialEq for CiProvider
impl PartialEq for CiProvider
Source§impl Serialize for CiProvider
impl Serialize for CiProvider
impl StructuralPartialEq for CiProvider
Auto Trait Implementations§
impl Freeze for CiProvider
impl RefUnwindSafe for CiProvider
impl Send for CiProvider
impl Sync for CiProvider
impl Unpin for CiProvider
impl UnsafeUnpin for CiProvider
impl UnwindSafe for CiProvider
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