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