#[non_exhaustive]pub struct LocalScope {}
Expand description
The LocalScope type is used to invoke other components within the executing scope.
Implementations§
Source§impl LocalScope
impl LocalScope
Trait Implementations§
Source§impl Clone for LocalScope
impl Clone for LocalScope
Source§fn clone(&self) -> LocalScope
fn clone(&self) -> LocalScope
Returns a copy 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 Default for LocalScope
impl Default for LocalScope
Source§fn default() -> LocalScope
fn default() -> LocalScope
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LocalScope
impl RefUnwindSafe for LocalScope
impl Send for LocalScope
impl Sync for LocalScope
impl Unpin for LocalScope
impl UnwindSafe for LocalScope
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