pub struct UsersService { /* private fields */ }Expand description
Jenkins users (core) APIs.
Implementations§
Trait Implementations§
Source§impl Clone for UsersService
impl Clone for UsersService
Source§fn clone(&self) -> UsersService
fn clone(&self) -> UsersService
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 Freeze for UsersService
impl !RefUnwindSafe for UsersService
impl Send for UsersService
impl Sync for UsersService
impl Unpin for UsersService
impl !UnwindSafe for UsersService
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