Struct chrome_cache_parser::block_file::LazyRankingsNode
source · pub struct LazyRankingsNode { /* private fields */ }Implementations§
source§impl LazyRankingsNode
impl LazyRankingsNode
pub fn get(&self) -> CCPResult<&RankingsNode>
Auto Trait Implementations§
impl Freeze for LazyRankingsNode
impl RefUnwindSafe for LazyRankingsNode
impl !Send for LazyRankingsNode
impl !Sync for LazyRankingsNode
impl Unpin for LazyRankingsNode
impl UnwindSafe for LazyRankingsNode
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