pub struct UpdateType36Choice {
pub upd_tp: Option<Vec<UpdateType35Choice>>,
pub rplc: Option<SecurityAttributes12>,
}Fields§
§upd_tp: Option<Vec<UpdateType35Choice>>§rplc: Option<SecurityAttributes12>Implementations§
Source§impl UpdateType36Choice
impl UpdateType36Choice
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for UpdateType36Choice
impl RefUnwindSafe for UpdateType36Choice
impl Send for UpdateType36Choice
impl Sync for UpdateType36Choice
impl Unpin for UpdateType36Choice
impl UnwindSafe for UpdateType36Choice
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