Expand description
ServiceJobProvider : Information about the service job provider.
Fields
service_job_provider_id: Option<String>The identifier of the service job provider.
Implementations
sourceimpl ServiceJobProvider
impl ServiceJobProvider
sourcepub fn new() -> ServiceJobProvider
pub fn new() -> ServiceJobProvider
Information about the service job provider.
Trait Implementations
sourceimpl Clone for ServiceJobProvider
impl Clone for ServiceJobProvider
sourcefn clone(&self) -> ServiceJobProvider
fn clone(&self) -> ServiceJobProvider
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ServiceJobProvider
impl Debug for ServiceJobProvider
sourceimpl Default for ServiceJobProvider
impl Default for ServiceJobProvider
sourcefn default() -> ServiceJobProvider
fn default() -> ServiceJobProvider
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for ServiceJobProvider
impl<'de> Deserialize<'de> for ServiceJobProvider
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<ServiceJobProvider> for ServiceJobProvider
impl PartialEq<ServiceJobProvider> for ServiceJobProvider
sourcefn eq(&self, other: &ServiceJobProvider) -> bool
fn eq(&self, other: &ServiceJobProvider) -> bool
sourceimpl Serialize for ServiceJobProvider
impl Serialize for ServiceJobProvider
impl StructuralPartialEq for ServiceJobProvider
Auto Trait Implementations
impl RefUnwindSafe for ServiceJobProvider
impl Send for ServiceJobProvider
impl Sync for ServiceJobProvider
impl Unpin for ServiceJobProvider
impl UnwindSafe for ServiceJobProvider
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more