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