pub struct Encoder<'a, 'b> { /* private fields */ }Implementations§
Source§impl<'a, 'b> Encoder<'a, 'b>
impl<'a, 'b> Encoder<'a, 'b>
pub fn encode_suffix( &mut self, suffix: &'static str, ) -> Result<BucketEncoder<'_>, Error>
pub fn no_suffix(&mut self) -> Result<BucketEncoder<'_>, Error>
pub fn with_label_set<'c, 'd>( &'c mut self, label_set: &'d dyn Encode, ) -> Encoder<'c, 'd>
Auto Trait Implementations§
impl<'a, 'b> Freeze for Encoder<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for Encoder<'a, 'b>
impl<'a, 'b> !Send for Encoder<'a, 'b>
impl<'a, 'b> !Sync for Encoder<'a, 'b>
impl<'a, 'b> Unpin for Encoder<'a, 'b>
impl<'a, 'b> !UnwindSafe for Encoder<'a, 'b>
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