pub struct IdentityCompressor;Expand description
Identity compressor — passes the prompt through unchanged.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IdentityCompressor
impl RefUnwindSafe for IdentityCompressor
impl Send for IdentityCompressor
impl Sync for IdentityCompressor
impl Unpin for IdentityCompressor
impl UnsafeUnpin for IdentityCompressor
impl UnwindSafe for IdentityCompressor
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