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