Struct syntastica_core::config::ResolvedConfig
source · pub struct ResolvedConfig(_);
Implementations§
Trait Implementations§
source§impl Clone for ResolvedConfig
impl Clone for ResolvedConfig
source§fn clone(&self) -> ResolvedConfig
fn clone(&self) -> ResolvedConfig
Returns a copy 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 ResolvedConfig
impl Debug for ResolvedConfig
source§impl Hash for ResolvedConfig
impl Hash for ResolvedConfig
Auto Trait Implementations§
impl RefUnwindSafe for ResolvedConfig
impl Send for ResolvedConfig
impl Sync for ResolvedConfig
impl Unpin for ResolvedConfig
impl UnwindSafe for ResolvedConfig
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