pub struct LineDecoder { /* private fields */ }Expand description
用于把字节流切分为逻辑行。
Implementations§
Trait Implementations§
Source§impl Clone for LineDecoder
impl Clone for LineDecoder
Source§fn clone(&self) -> LineDecoder
fn clone(&self) -> LineDecoder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LineDecoder
impl Debug for LineDecoder
Source§impl Default for LineDecoder
impl Default for LineDecoder
Source§fn default() -> LineDecoder
fn default() -> LineDecoder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LineDecoder
impl RefUnwindSafe for LineDecoder
impl Send for LineDecoder
impl Sync for LineDecoder
impl Unpin for LineDecoder
impl UnsafeUnpin for LineDecoder
impl UnwindSafe for LineDecoder
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