pub struct SVC {
pub _01: String,
pub _02: String,
pub _03: Option<String>,
pub _04: Option<String>,
pub _05: Option<String>,
pub _06: Option<String>,
pub _07: Option<String>,
}Expand description
SVC - Service Information
Fields§
§_01: String§_02: String§_03: Option<String>§_04: Option<String>§_05: Option<String>§_06: Option<String>§_07: Option<String>Trait Implementations§
source§impl<'de> Deserialize<'de> for SVC
impl<'de> Deserialize<'de> for SVC
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<'v_a> ValidateArgs<'v_a> for SVC
impl<'v_a> ValidateArgs<'v_a> for SVC
type Args = ()
fn validate_args(&self, args: Self::Args) -> Result<(), ValidationErrors>
impl Eq for SVC
impl StructuralEq for SVC
impl StructuralPartialEq for SVC
Auto Trait Implementations§
impl RefUnwindSafe for SVC
impl Send for SVC
impl Sync for SVC
impl Unpin for SVC
impl UnwindSafe for SVC
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