pub struct CascadeSlot(/* private fields */);Expand description
A handle to a specific slot in a cascade.
Slots are used to identify specific positions in the cascade where refinements can be set or updated.
Trait Implementations§
Source§impl Clone for CascadeSlot
impl Clone for CascadeSlot
Source§fn clone(&self) -> CascadeSlot
fn clone(&self) -> CascadeSlot
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 moreimpl Copy for CascadeSlot
Auto Trait Implementations§
impl Freeze for CascadeSlot
impl RefUnwindSafe for CascadeSlot
impl Send for CascadeSlot
impl Sync for CascadeSlot
impl Unpin for CascadeSlot
impl UnwindSafe for CascadeSlot
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