pub struct QR8bitByte {
pub data: String,
}Fields§
§data: StringImplementations§
Auto Trait Implementations§
impl Freeze for QR8bitByte
impl RefUnwindSafe for QR8bitByte
impl Send for QR8bitByte
impl Sync for QR8bitByte
impl Unpin for QR8bitByte
impl UnsafeUnpin for QR8bitByte
impl UnwindSafe for QR8bitByte
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