pub struct LangDesc {
pub cfg_prefix: String,
pub cfg_prefix_comment_len: usize,
pub cfg_suffix: String,
pub comment: String,
}
Fields§
§cfg_prefix: String
§cfg_prefix_comment_len: usize
§cfg_suffix: String
§comment: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LangDesc
impl RefUnwindSafe for LangDesc
impl Send for LangDesc
impl Sync for LangDesc
impl Unpin for LangDesc
impl UnwindSafe for LangDesc
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