pub struct DemanglingConfig {
pub collapse_scala_names: bool,
pub debug: bool,
}
Fields§
§collapse_scala_names: bool
§debug: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DemanglingConfig
impl RefUnwindSafe for DemanglingConfig
impl Send for DemanglingConfig
impl Sync for DemanglingConfig
impl Unpin for DemanglingConfig
impl UnwindSafe for DemanglingConfig
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