pub struct WriteChar(pub u8);Tuple Fields§
§0: u8Trait Implementations§
Source§impl AsyncCommand for WriteChar
Available on crate feature async only.
impl AsyncCommand for WriteChar
Available on crate feature
async only.Source§impl SyncCommand for WriteChar
impl SyncCommand for WriteChar
impl Eq for WriteChar
impl StructuralPartialEq for WriteChar
Auto Trait Implementations§
impl Freeze for WriteChar
impl RefUnwindSafe for WriteChar
impl Send for WriteChar
impl Sync for WriteChar
impl Unpin for WriteChar
impl UnwindSafe for WriteChar
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