#[non_exhaustive]pub struct Hyphen;
Expand description
Deprecated property.
Dashes which are used to mark connections between pieces of words, plus the Katakana middle dot.
Trait Implementations§
Source§impl BinaryProperty for Hyphen
impl BinaryProperty for Hyphen
Auto Trait Implementations§
impl Freeze for Hyphen
impl RefUnwindSafe for Hyphen
impl Send for Hyphen
impl Sync for Hyphen
impl Unpin for Hyphen
impl UnwindSafe for Hyphen
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