pub struct ProvideEncodedBytes;
Trait Implementations§
Source§impl<Encode> ProvideEncodedType<Encode> for ProvideEncodedByteswhere
Encode: Async,
impl<Encode> ProvideEncodedType<Encode> for ProvideEncodedByteswhere
Encode: Async,
Auto Trait Implementations§
impl Freeze for ProvideEncodedBytes
impl RefUnwindSafe for ProvideEncodedBytes
impl Send for ProvideEncodedBytes
impl Sync for ProvideEncodedBytes
impl Unpin for ProvideEncodedBytes
impl UnwindSafe for ProvideEncodedBytes
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