pub struct BoxScopeImpl;Expand description
Concrete implementation of BoxScope.
Trait Implementations§
Source§impl BoxScope for BoxScopeImpl
impl BoxScope for BoxScopeImpl
Source§impl Clone for BoxScopeImpl
impl Clone for BoxScopeImpl
Source§fn clone(&self) -> BoxScopeImpl
fn clone(&self) -> BoxScopeImpl
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 BoxScopeImpl
impl Debug for BoxScopeImpl
Source§impl PartialEq for BoxScopeImpl
impl PartialEq for BoxScopeImpl
impl Copy for BoxScopeImpl
impl StructuralPartialEq for BoxScopeImpl
Auto Trait Implementations§
impl Freeze for BoxScopeImpl
impl RefUnwindSafe for BoxScopeImpl
impl Send for BoxScopeImpl
impl Sync for BoxScopeImpl
impl Unpin for BoxScopeImpl
impl UnwindSafe for BoxScopeImpl
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