pub struct TagValueIter { /* private fields */ }Implementations§
Source§impl TagValueIter
impl TagValueIter
pub fn tag_type(&self) -> TagType
pub fn from_bytes(buf: Bytes) -> Result<Self, ClientError>
Source§impl TagValueIter
impl TagValueIter
Trait Implementations§
Source§impl Debug for TagValueIter
impl Debug for TagValueIter
Auto Trait Implementations§
impl !Freeze for TagValueIter
impl !RefUnwindSafe for TagValueIter
impl Send for TagValueIter
impl Sync for TagValueIter
impl Unpin for TagValueIter
impl !UnwindSafe for TagValueIter
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