pub struct ServiceLevel8Choice {
pub cd: Option<String>,
pub prtry: Option<String>,
}Fields§
§cd: Option<String>§prtry: Option<String>Implementations§
Source§impl ServiceLevel8Choice
impl ServiceLevel8Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for ServiceLevel8Choice
impl RefUnwindSafe for ServiceLevel8Choice
impl Send for ServiceLevel8Choice
impl Sync for ServiceLevel8Choice
impl Unpin for ServiceLevel8Choice
impl UnwindSafe for ServiceLevel8Choice
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