pub struct LanguagePackFile {
pub language: LanguageId,
pub kind: LanguagePackKind,
pub bytes: Vec<u8>,
}Fields§
§language: LanguageId§kind: LanguagePackKind§bytes: Vec<u8>Trait Implementations§
Source§impl Clone for LanguagePackFile
impl Clone for LanguagePackFile
Source§fn clone(&self) -> LanguagePackFile
fn clone(&self) -> LanguagePackFile
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 moreAuto Trait Implementations§
impl Freeze for LanguagePackFile
impl RefUnwindSafe for LanguagePackFile
impl Send for LanguagePackFile
impl Sync for LanguagePackFile
impl Unpin for LanguagePackFile
impl UnsafeUnpin for LanguagePackFile
impl UnwindSafe for LanguagePackFile
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