pub struct AsciiAlphabetic {
pub pos: Pos,
}
Fields§
§pos: Pos
Trait Implementations§
Source§impl Clone for AsciiAlphabetic
impl Clone for AsciiAlphabetic
Source§fn clone(&self) -> AsciiAlphabetic
fn clone(&self) -> AsciiAlphabetic
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 AsciiAlphabetic
impl Debug for AsciiAlphabetic
Auto Trait Implementations§
impl Freeze for AsciiAlphabetic
impl RefUnwindSafe for AsciiAlphabetic
impl Send for AsciiAlphabetic
impl Sync for AsciiAlphabetic
impl Unpin for AsciiAlphabetic
impl UnwindSafe for AsciiAlphabetic
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