pub struct BlockEncoder {}
Expand description
Encoder to build messages sent to Mercurial command server.
Implementations§
Source§impl BlockEncoder
impl BlockEncoder
pub fn new() -> BlockEncoder
Trait Implementations§
Source§impl Debug for BlockEncoder
impl Debug for BlockEncoder
Auto Trait Implementations§
impl Freeze for BlockEncoder
impl RefUnwindSafe for BlockEncoder
impl Send for BlockEncoder
impl Sync for BlockEncoder
impl Unpin for BlockEncoder
impl UnwindSafe for BlockEncoder
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