pub struct PoFile {
pub path: String,
pub size: usize,
pub langs: Vec<Po>,
}Fields§
§path: StringPath to the file PoFile was created from.
size: usizeSize of the langs vector
langs: Vec<Po>Language entries
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PoFile
impl RefUnwindSafe for PoFile
impl Send for PoFile
impl Sync for PoFile
impl Unpin for PoFile
impl UnsafeUnpin for PoFile
impl UnwindSafe for PoFile
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