pub struct NormalFormativeRoot {
pub cr: OwnedConsonantForm,
}Expand description
A normal formative root.
Fields§
§cr: OwnedConsonantFormThe Cr form of this root.
Implementations§
Source§impl NormalFormativeRoot
impl NormalFormativeRoot
Sourcepub fn new(cr: impl Into<String>) -> Self
pub fn new(cr: impl Into<String>) -> Self
Creates a new NormalFormativeRoot from a Cr form.
Trait Implementations§
Source§impl AsGeneral<ShortcutCheckedFormativeRoot> for NormalFormativeRoot
impl AsGeneral<ShortcutCheckedFormativeRoot> for NormalFormativeRoot
Source§fn as_general(self) -> ShortcutCheckedFormativeRoot
fn as_general(self) -> ShortcutCheckedFormativeRoot
Converts
self into a more general version.Source§impl Clone for NormalFormativeRoot
impl Clone for NormalFormativeRoot
Source§fn clone(&self) -> NormalFormativeRoot
fn clone(&self) -> NormalFormativeRoot
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 NormalFormativeRoot
impl Debug for NormalFormativeRoot
Source§impl From<NormalFormativeRoot> for ShortcutCheckedFormativeRoot
impl From<NormalFormativeRoot> for ShortcutCheckedFormativeRoot
Source§fn from(value: NormalFormativeRoot) -> Self
fn from(value: NormalFormativeRoot) -> Self
Converts to this type from the input type.
Source§impl Gloss for NormalFormativeRoot
impl Gloss for NormalFormativeRoot
Source§impl Hash for NormalFormativeRoot
impl Hash for NormalFormativeRoot
Source§impl Ord for NormalFormativeRoot
impl Ord for NormalFormativeRoot
Source§fn cmp(&self, other: &NormalFormativeRoot) -> Ordering
fn cmp(&self, other: &NormalFormativeRoot) -> 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 NormalFormativeRoot
impl PartialEq for NormalFormativeRoot
Source§impl PartialOrd for NormalFormativeRoot
impl PartialOrd for NormalFormativeRoot
Source§impl TryAsSpecific<NormalFormativeRoot> for ShortcutCheckedFormativeRoot
impl TryAsSpecific<NormalFormativeRoot> for ShortcutCheckedFormativeRoot
Source§fn try_as_specific(self) -> Option<NormalFormativeRoot>
fn try_as_specific(self) -> Option<NormalFormativeRoot>
Converts
self into a more specific version, returning None if it isn’t possible.impl Eq for NormalFormativeRoot
impl StructuralPartialEq for NormalFormativeRoot
Auto Trait Implementations§
impl Freeze for NormalFormativeRoot
impl RefUnwindSafe for NormalFormativeRoot
impl Send for NormalFormativeRoot
impl Sync for NormalFormativeRoot
impl Unpin for NormalFormativeRoot
impl UnwindSafe for NormalFormativeRoot
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, This> TryAsGeneral<T> for This
impl<T, This> TryAsGeneral<T> for This
Source§fn try_as_general(self) -> Option<T>
fn try_as_general(self) -> Option<T>
Converts
self into a more general version, returning None if it isn’t possible.