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 Default for CharBraille
impl Default for CharBraille
Source§fn default() -> CharBraille
fn default() -> CharBraille
Returns the “default value” for a type. Read more
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