pub struct TypeFixedChar { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Clone for TypeFixedChar
impl Clone for TypeFixedChar
Source§fn clone(&self) -> TypeFixedChar
fn clone(&self) -> TypeFixedChar
Returns a duplicate 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 Debug for TypeFixedChar
impl Debug for TypeFixedChar
Source§impl Default for TypeFixedChar
impl Default for TypeFixedChar
Source§impl From<TypeFixedChar> for TypeFixedChar
impl From<TypeFixedChar> for TypeFixedChar
Source§fn from(value: TypeFixedChar) -> Self
fn from(value: TypeFixedChar) -> Self
Converts to this type from the input type.
Source§impl TryFrom<TypeFixedChar> for TypeFixedChar
impl TryFrom<TypeFixedChar> for TypeFixedChar
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: TypeFixedChar) -> Result<Self, ConversionError>
fn try_from(value: TypeFixedChar) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for TypeFixedChar
impl RefUnwindSafe for TypeFixedChar
impl Send for TypeFixedChar
impl Sync for TypeFixedChar
impl Unpin for TypeFixedChar
impl UnwindSafe for TypeFixedChar
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