pub struct PacketHandler {
pub directory: String,
}Fields§
§directory: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for PacketHandler
impl RefUnwindSafe for PacketHandler
impl Send for PacketHandler
impl Sync for PacketHandler
impl Unpin for PacketHandler
impl UnwindSafe for PacketHandler
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