pub struct JenkinsAsync<T: AsyncTransport = DefaultAsyncTransport> { /* private fields */ }
Implementationsยง
Sourceยงimpl JenkinsAsync<DefaultAsyncTransport>
impl JenkinsAsync<DefaultAsyncTransport>
Sourcepub fn builder(
base: impl Into<String>,
) -> JenkinsAsyncBuilder<DefaultAsyncTransport>
pub fn builder( base: impl Into<String>, ) -> JenkinsAsyncBuilder<DefaultAsyncTransport>
Start a builder chain (recommended).
Sourceยงimpl<T: AsyncTransport> JenkinsAsync<T>
impl<T: AsyncTransport> JenkinsAsync<T>
Trait Implementationsยง
Sourceยงimpl<T: Clone + AsyncTransport> Clone for JenkinsAsync<T>
impl<T: Clone + AsyncTransport> Clone for JenkinsAsync<T>
Sourceยงfn clone(&self) -> JenkinsAsync<T>
fn clone(&self) -> JenkinsAsync<T>
Returns a duplicate 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<T> Freeze for JenkinsAsync<T>where
T: Freeze,
impl<T> RefUnwindSafe for JenkinsAsync<T>where
T: RefUnwindSafe,
impl<T> Send for JenkinsAsync<T>
impl<T> Sync for JenkinsAsync<T>
impl<T> Unpin for JenkinsAsync<T>where
T: Unpin,
impl<T> UnwindSafe for JenkinsAsync<T>where
T: UnwindSafe,
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