pub struct LossyCodePage<CP>(pub CP);Tuple Fields§
§0: CPTrait Implementations§
Source§impl<CP> AsCodePageMark for LossyCodePage<CP>where
CP: AsCodePageMark,
impl<CP> AsCodePageMark for LossyCodePage<CP>where
CP: AsCodePageMark,
fn code_page_mark(&self) -> CodePageMark
Source§impl<CP: Clone> Clone for LossyCodePage<CP>
impl<CP: Clone> Clone for LossyCodePage<CP>
Source§fn clone(&self) -> LossyCodePage<CP>
fn clone(&self) -> LossyCodePage<CP>
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<CP> Encoding for LossyCodePage<CP>
impl<CP> Encoding for LossyCodePage<CP>
impl<CP: Copy> Copy for LossyCodePage<CP>
Auto Trait Implementations§
impl<CP> Freeze for LossyCodePage<CP>where
CP: Freeze,
impl<CP> RefUnwindSafe for LossyCodePage<CP>where
CP: RefUnwindSafe,
impl<CP> Send for LossyCodePage<CP>where
CP: Send,
impl<CP> Sync for LossyCodePage<CP>where
CP: Sync,
impl<CP> Unpin for LossyCodePage<CP>where
CP: Unpin,
impl<CP> UnwindSafe for LossyCodePage<CP>where
CP: UnwindSafe,
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