pub struct ServiceSelection {
pub service_id: Vec<String>,
}Expand description
ServiceSelection : Service Selection Criteria.
Fields§
§service_id: Vec<String>A list of ServiceId.
Implementations§
Source§impl ServiceSelection
impl ServiceSelection
Sourcepub fn new(service_id: Vec<String>) -> ServiceSelection
pub fn new(service_id: Vec<String>) -> ServiceSelection
Service Selection Criteria.
Trait Implementations§
Source§impl Clone for ServiceSelection
impl Clone for ServiceSelection
Source§fn clone(&self) -> ServiceSelection
fn clone(&self) -> ServiceSelection
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 moreSource§impl Debug for ServiceSelection
impl Debug for ServiceSelection
Source§impl Default for ServiceSelection
impl Default for ServiceSelection
Source§fn default() -> ServiceSelection
fn default() -> ServiceSelection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServiceSelection
impl<'de> Deserialize<'de> for ServiceSelection
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 ServiceSelection
impl PartialEq for ServiceSelection
Source§impl Serialize for ServiceSelection
impl Serialize for ServiceSelection
impl StructuralPartialEq for ServiceSelection
Auto Trait Implementations§
impl Freeze for ServiceSelection
impl RefUnwindSafe for ServiceSelection
impl Send for ServiceSelection
impl Sync for ServiceSelection
impl Unpin for ServiceSelection
impl UnwindSafe for ServiceSelection
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