#[repr(C)]pub struct NotableScriptSourceInfo {
pub _base: ScriptSourceInfo,
pub filename_: UniqueChars,
}Expand description
Holds data about a notable script source file (one whose combined script sources use more than a certain amount of memory) so we can report it individually.
The only difference between this class and ScriptSourceInfo is that this class holds a copy of the filename.
Fields§
§_base: ScriptSourceInfo§filename_: UniqueCharsTrait Implementations§
Source§impl Clone for NotableScriptSourceInfo
impl Clone for NotableScriptSourceInfo
Source§fn clone(&self) -> NotableScriptSourceInfo
fn clone(&self) -> NotableScriptSourceInfo
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 NotableScriptSourceInfo
impl Debug for NotableScriptSourceInfo
Source§impl PartialEq for NotableScriptSourceInfo
impl PartialEq for NotableScriptSourceInfo
impl Copy for NotableScriptSourceInfo
impl StructuralPartialEq for NotableScriptSourceInfo
Auto Trait Implementations§
impl Freeze for NotableScriptSourceInfo
impl RefUnwindSafe for NotableScriptSourceInfo
impl Send for NotableScriptSourceInfo
impl Sync for NotableScriptSourceInfo
impl Unpin for NotableScriptSourceInfo
impl UnwindSafe for NotableScriptSourceInfo
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Filterable for T
impl<T> Filterable for T
Source§fn filterable(
self,
filter_name: &'static str,
) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
fn filterable( self, filter_name: &'static str, ) -> RequestFilterDataProvider<T, fn(DataRequest<'_>) -> bool>
Creates a filterable data provider with the given name for debugging. Read more
impl<T> ErasedDestructor for Twhere
T: 'static,
impl<T> MaybeSendSync for T
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes