pub struct StaticScope;Expand description
The scope of the entire program ('static).
Trait Implementations§
Source§impl Clone for StaticScope
impl Clone for StaticScope
Source§fn clone(&self) -> StaticScope
fn clone(&self) -> StaticScope
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for StaticScope
Source§impl Debug for StaticScope
impl Debug for StaticScope
impl Scope<'static> for StaticScope
Auto Trait Implementations§
impl Freeze for StaticScope
impl RefUnwindSafe for StaticScope
impl Send for StaticScope
impl Sync for StaticScope
impl Unpin for StaticScope
impl UnsafeUnpin for StaticScope
impl UnwindSafe for StaticScope
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