Struct precis_tools::DerivedJoiningType
source · pub struct DerivedJoiningType {
pub prop: Property,
}
Expand description
A single row in the DerivedJoiningType
file.
Fields§
§prop: Property
A single row in the PropList.txt
file.
Trait Implementations§
source§impl Clone for DerivedJoiningType
impl Clone for DerivedJoiningType
source§fn clone(&self) -> DerivedJoiningType
fn clone(&self) -> DerivedJoiningType
Returns a copy 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 DerivedJoiningType
impl Debug for DerivedJoiningType
source§impl Default for DerivedJoiningType
impl Default for DerivedJoiningType
source§fn default() -> DerivedJoiningType
fn default() -> DerivedJoiningType
Returns the “default value” for a type. Read more
source§impl FromStr for DerivedJoiningType
impl FromStr for DerivedJoiningType
source§impl PartialEq for DerivedJoiningType
impl PartialEq for DerivedJoiningType
source§impl UcdFile for DerivedJoiningType
impl UcdFile for DerivedJoiningType
source§impl UcdFileByCodepoint for DerivedJoiningType
impl UcdFileByCodepoint for DerivedJoiningType
source§fn codepoints(&self) -> CodepointIter
fn codepoints(&self) -> CodepointIter
Returns the codepoints associated with this record.
source§impl UcdLineParser<DerivedJoiningType> for UcdTableGen
impl UcdLineParser<DerivedJoiningType> for UcdTableGen
source§fn process_entry(&mut self, line: &DerivedJoiningType) -> Result<(), Error>
fn process_entry(&mut self, line: &DerivedJoiningType) -> Result<(), Error>
Process an entry in the
UCD
file. Read moreimpl Eq for DerivedJoiningType
impl StructuralPartialEq for DerivedJoiningType
Auto Trait Implementations§
impl Freeze for DerivedJoiningType
impl RefUnwindSafe for DerivedJoiningType
impl Send for DerivedJoiningType
impl Sync for DerivedJoiningType
impl Unpin for DerivedJoiningType
impl UnwindSafe for DerivedJoiningType
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)