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