pub struct AepPacket {
pub function: AepFunction,
}Fields§
§function: AepFunctionImplementations§
Trait Implementations§
impl Eq for AepPacket
impl StructuralPartialEq for AepPacket
Auto Trait Implementations§
impl Freeze for AepPacket
impl RefUnwindSafe for AepPacket
impl Send for AepPacket
impl Sync for AepPacket
impl Unpin for AepPacket
impl UnsafeUnpin for AepPacket
impl UnwindSafe for AepPacket
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