pub struct MethodPurityRegistry { /* private fields */ }Implementations§
Source§impl MethodPurityRegistry
impl MethodPurityRegistry
pub fn build( files: &[(PathBuf, String)], struct_registry: &StructRegistry, ) -> Self
pub fn is_known_pure_method(&self, type_name: &str, method: &str) -> bool
Trait Implementations§
Source§impl Debug for MethodPurityRegistry
impl Debug for MethodPurityRegistry
Source§impl Default for MethodPurityRegistry
impl Default for MethodPurityRegistry
Source§fn default() -> MethodPurityRegistry
fn default() -> MethodPurityRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MethodPurityRegistry
impl RefUnwindSafe for MethodPurityRegistry
impl Send for MethodPurityRegistry
impl Sync for MethodPurityRegistry
impl Unpin for MethodPurityRegistry
impl UnsafeUnpin for MethodPurityRegistry
impl UnwindSafe for MethodPurityRegistry
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