pub struct StsdDecoder;Trait Implementations§
Auto Trait Implementations§
impl Freeze for StsdDecoder
impl RefUnwindSafe for StsdDecoder
impl Send for StsdDecoder
impl Sync for StsdDecoder
impl Unpin for StsdDecoder
impl UnwindSafe for StsdDecoder
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