pub struct ServiceMethod {
pub target_job_name: String,
}Fields§
§target_job_name: StringImplementations§
Trait Implementations§
Source§impl Clone for ServiceMethod
impl Clone for ServiceMethod
Source§fn clone(&self) -> ServiceMethod
fn clone(&self) -> ServiceMethod
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 ServiceMethod
impl Debug for ServiceMethod
impl Eq for ServiceMethod
Source§impl PartialEq for ServiceMethod
impl PartialEq for ServiceMethod
Source§fn eq(&self, other: &ServiceMethod) -> bool
fn eq(&self, other: &ServiceMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServiceMethod
Auto Trait Implementations§
impl Freeze for ServiceMethod
impl RefUnwindSafe for ServiceMethod
impl Send for ServiceMethod
impl Sync for ServiceMethod
impl Unpin for ServiceMethod
impl UnsafeUnpin for ServiceMethod
impl UnwindSafe for ServiceMethod
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