pub struct XACK<'a> {
pub key: &'a [u8],
pub group: &'a [u8],
pub ids: Vec<&'a Vec<u8>>,
}Fields§
§key: &'a [u8]§group: &'a [u8]§ids: Vec<&'a Vec<u8>>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for XACK<'a>
impl<'a> RefUnwindSafe for XACK<'a>
impl<'a> Send for XACK<'a>
impl<'a> Sync for XACK<'a>
impl<'a> Unpin for XACK<'a>
impl<'a> UnwindSafe for XACK<'a>
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