pub struct AnalyzerConfig { /* private fields */ }Implementations§
Source§impl AnalyzerConfig
impl AnalyzerConfig
pub fn from_file(path: &Path) -> LinderaResult<Self>
pub fn from_slice(data: &[u8]) -> LinderaResult<Self>
Trait Implementations§
Source§impl Clone for AnalyzerConfig
impl Clone for AnalyzerConfig
Source§fn clone(&self) -> AnalyzerConfig
fn clone(&self) -> AnalyzerConfig
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 moreSource§impl Debug for AnalyzerConfig
impl Debug for AnalyzerConfig
Source§impl PartialEq for AnalyzerConfig
impl PartialEq for AnalyzerConfig
Source§impl Serialize for AnalyzerConfig
impl Serialize for AnalyzerConfig
impl Eq for AnalyzerConfig
impl StructuralPartialEq for AnalyzerConfig
Auto Trait Implementations§
impl Freeze for AnalyzerConfig
impl RefUnwindSafe for AnalyzerConfig
impl Send for AnalyzerConfig
impl Sync for AnalyzerConfig
impl Unpin for AnalyzerConfig
impl UnwindSafe for AnalyzerConfig
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