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