pub struct EncodedField { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for EncodedField
impl RefUnwindSafe for EncodedField
impl Send for EncodedField
impl Sync for EncodedField
impl Unpin for EncodedField
impl UnwindSafe for EncodedField
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