pub struct CharSerial { /* private fields */ }Implementations§
Source§impl CharSerial
impl CharSerial
Sourcepub fn builder() -> CharSerialBuilder
pub fn builder() -> CharSerialBuilder
Create an instance of CharSerial using the builder syntax
Trait Implementations§
Source§impl Clone for CharSerial
impl Clone for CharSerial
Source§fn clone(&self) -> CharSerial
fn clone(&self) -> CharSerial
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 CharSerial
impl Debug for CharSerial
Source§impl Default for CharSerial
impl Default for CharSerial
Source§fn default() -> CharSerial
fn default() -> CharSerial
Returns the “default value” for a type. Read more
Source§impl Hash for CharSerial
impl Hash for CharSerial
Source§impl Ord for CharSerial
impl Ord for CharSerial
Source§fn cmp(&self, other: &CharSerial) -> Ordering
fn cmp(&self, other: &CharSerial) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CharSerial
impl PartialEq for CharSerial
Source§impl PartialOrd for CharSerial
impl PartialOrd for CharSerial
impl Eq for CharSerial
impl StructuralPartialEq for CharSerial
Auto Trait Implementations§
impl Freeze for CharSerial
impl RefUnwindSafe for CharSerial
impl Send for CharSerial
impl Sync for CharSerial
impl Unpin for CharSerial
impl UnwindSafe for CharSerial
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