pub struct UpdateLogPartyLockStatus1 {
pub od: PartyLockStatus1,
pub new: PartyLockStatus1,
}Fields§
§od: PartyLockStatus1§new: PartyLockStatus1Implementations§
Source§impl UpdateLogPartyLockStatus1
impl UpdateLogPartyLockStatus1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for UpdateLogPartyLockStatus1
impl RefUnwindSafe for UpdateLogPartyLockStatus1
impl Send for UpdateLogPartyLockStatus1
impl Sync for UpdateLogPartyLockStatus1
impl Unpin for UpdateLogPartyLockStatus1
impl UnwindSafe for UpdateLogPartyLockStatus1
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