pub struct ServicePlanRequest {
pub action: ServiceManagerAction,
}Expand description
Service manager plan request.
Fields§
§action: ServiceManagerActionTrait Implementations§
Source§impl Clone for ServicePlanRequest
impl Clone for ServicePlanRequest
Source§fn clone(&self) -> ServicePlanRequest
fn clone(&self) -> ServicePlanRequest
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 ServicePlanRequest
impl Debug for ServicePlanRequest
Source§impl<'de> Deserialize<'de> for ServicePlanRequest
impl<'de> Deserialize<'de> for ServicePlanRequest
Source§fn 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
Source§impl PartialEq for ServicePlanRequest
impl PartialEq for ServicePlanRequest
Source§fn eq(&self, other: &ServicePlanRequest) -> bool
fn eq(&self, other: &ServicePlanRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ServicePlanRequest
impl Serialize for ServicePlanRequest
impl Eq for ServicePlanRequest
impl StructuralPartialEq for ServicePlanRequest
Auto Trait Implementations§
impl Freeze for ServicePlanRequest
impl RefUnwindSafe for ServicePlanRequest
impl Send for ServicePlanRequest
impl Sync for ServicePlanRequest
impl Unpin for ServicePlanRequest
impl UnsafeUnpin for ServicePlanRequest
impl UnwindSafe for ServicePlanRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.