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