pub struct Request { /* private fields */ }Expand description
A single XDCC request created from an Engine.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Send for Request
impl !Sync for Request
impl Freeze for Request
impl RefUnwindSafe for Request
impl Unpin for Request
impl UnsafeUnpin for Request
impl UnwindSafe for Request
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