pub struct Tencode { /* private fields */ }Implementations§
Trait Implementations§
impl Copy for Tencode
Source§impl Representation for Tencode
impl Representation for Tencode
type Output = EventFrame
fn generate( &self, stream: &EventStream, ) -> Result<EventFrame, RepresentationError>
Auto Trait Implementations§
impl Freeze for Tencode
impl RefUnwindSafe for Tencode
impl Send for Tencode
impl Sync for Tencode
impl Unpin for Tencode
impl UnsafeUnpin for Tencode
impl UnwindSafe for Tencode
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