pub struct Cascade<S>(_)
where
S: Refineable;
Implementations§
§impl<S> Cascade<S>where
S: Refineable + Default,
impl<S> Cascade<S>where S: Refineable + Default,
pub fn reserve(&mut self) -> CascadeSlot
pub fn base(&mut self) -> &mut <S as Refineable>::Refinement
pub fn set( &mut self, slot: CascadeSlot, refinement: Option<<S as Refineable>::Refinement> )
pub fn merged(&self) -> <S as Refineable>::Refinement
Trait Implementations§
Auto Trait Implementations§
impl<S> RefUnwindSafe for Cascade<S>where <S as Refineable>::Refinement: RefUnwindSafe,
impl<S> Send for Cascade<S>where <S as Refineable>::Refinement: Send,
impl<S> Sync for Cascade<S>where <S as Refineable>::Refinement: Sync,
impl<S> Unpin for Cascade<S>where <S as Refineable>::Refinement: Unpin,
impl<S> UnwindSafe for Cascade<S>where <S as Refineable>::Refinement: UnwindSafe,
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