Struct UCharsetDetector
#[repr(transparent)]pub struct UCharsetDetector(pub isize);
Tuple Fields§
§0: isize
Trait Implementations§
§impl Clone for UCharsetDetector
impl Clone for UCharsetDetector
§fn clone(&self) -> UCharsetDetector
fn clone(&self) -> UCharsetDetector
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 more§impl Debug for UCharsetDetector
impl Debug for UCharsetDetector
§impl Default for UCharsetDetector
impl Default for UCharsetDetector
§fn default() -> UCharsetDetector
fn default() -> UCharsetDetector
Returns the “default value” for a type. Read more
§impl PartialEq for UCharsetDetector
impl PartialEq for UCharsetDetector
impl Copy for UCharsetDetector
impl Eq for UCharsetDetector
impl StructuralPartialEq for UCharsetDetector
Auto Trait Implementations§
impl Freeze for UCharsetDetector
impl RefUnwindSafe for UCharsetDetector
impl Send for UCharsetDetector
impl Sync for UCharsetDetector
impl Unpin for UCharsetDetector
impl UnwindSafe for UCharsetDetector
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