pub struct ReadEnd {
pub limit: ReadLimit,
pub until: ReadUntil,
pub wait: Option<Duration>,
}Fields§
§limit: ReadLimit§until: ReadUntil§wait: Option<Duration>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadEnd
impl RefUnwindSafe for ReadEnd
impl Send for ReadEnd
impl Sync for ReadEnd
impl Unpin for ReadEnd
impl UnsafeUnpin for ReadEnd
impl UnwindSafe for ReadEnd
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