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