pub struct TrSedEngine(/* private fields */);Expand description
Shell-oriented encoder that emits a complete decoder fragment plus heredoc body.
Trait Implementations§
Source§impl Clone for TrSedEngine
impl Clone for TrSedEngine
Source§fn clone(&self) -> TrSedEngine
fn clone(&self) -> TrSedEngine
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TrSedEngine
impl Debug for TrSedEngine
Source§impl Encode for TrSedEngine
impl Encode for TrSedEngine
Auto Trait Implementations§
impl Freeze for TrSedEngine
impl RefUnwindSafe for TrSedEngine
impl Send for TrSedEngine
impl Sync for TrSedEngine
impl Unpin for TrSedEngine
impl UnsafeUnpin for TrSedEngine
impl UnwindSafe for TrSedEngine
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