pub struct MdlExtractionCostV0 { /* private fields */ }Implementations§
Source§impl MdlExtractionCostV0
impl MdlExtractionCostV0
pub const fn new(mode: MdlExtractionModeV0) -> Self
pub const fn default_ast_size() -> Self
Trait Implementations§
Source§impl Clone for MdlExtractionCostV0
impl Clone for MdlExtractionCostV0
Source§fn clone(&self) -> MdlExtractionCostV0
fn clone(&self) -> MdlExtractionCostV0
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MdlExtractionCostV0
Source§impl Debug for MdlExtractionCostV0
impl Debug for MdlExtractionCostV0
Auto Trait Implementations§
impl Freeze for MdlExtractionCostV0
impl RefUnwindSafe for MdlExtractionCostV0
impl Send for MdlExtractionCostV0
impl Sync for MdlExtractionCostV0
impl Unpin for MdlExtractionCostV0
impl UnsafeUnpin for MdlExtractionCostV0
impl UnwindSafe for MdlExtractionCostV0
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