pub struct TransformedExtensions {
pub tlang: Option<UnicodeLanguageIdentifier>,
pub tfield: BTreeMap<String, Vec<String>>,
}
Fields§
§tlang: Option<UnicodeLanguageIdentifier>
§tfield: BTreeMap<String, Vec<String>>
Trait Implementations§
Source§impl Debug for TransformedExtensions
impl Debug for TransformedExtensions
Auto Trait Implementations§
impl Freeze for TransformedExtensions
impl RefUnwindSafe for TransformedExtensions
impl Send for TransformedExtensions
impl Sync for TransformedExtensions
impl Unpin for TransformedExtensions
impl UnwindSafe for TransformedExtensions
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