pub(crate) enum SupplementPayloadHolder {
Compatibility(DataPayload<CompatibilityDecompositionSupplementV1Marker>),
Uts46(DataPayload<Uts46DecompositionSupplementV1Marker>),
}
Variants§
Compatibility(DataPayload<CompatibilityDecompositionSupplementV1Marker>)
Uts46(DataPayload<Uts46DecompositionSupplementV1Marker>)
Implementations§
source§impl SupplementPayloadHolder
impl SupplementPayloadHolder
pub(crate) fn get(&self) -> &DecompositionSupplementV1<'_>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SupplementPayloadHolder
impl RefUnwindSafe for SupplementPayloadHolder
impl !Send for SupplementPayloadHolder
impl !Sync for SupplementPayloadHolder
impl Unpin for SupplementPayloadHolder
impl UnwindSafe for SupplementPayloadHolder
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