pub struct PvaAclChangePayload {
pub status: Option<PvaStatus>,
pub raw: Vec<u8>,
}Fields§
§status: Option<PvaStatus>§raw: Vec<u8>Implementations§
Trait Implementations§
Source§impl Debug for PvaAclChangePayload
impl Debug for PvaAclChangePayload
Auto Trait Implementations§
impl Freeze for PvaAclChangePayload
impl RefUnwindSafe for PvaAclChangePayload
impl Send for PvaAclChangePayload
impl Sync for PvaAclChangePayload
impl Unpin for PvaAclChangePayload
impl UnsafeUnpin for PvaAclChangePayload
impl UnwindSafe for PvaAclChangePayload
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