Struct sentry::shim::Scope [] [src]

pub struct Scope;

The "shim only" scope.

In shim only mode all modification functions are available as normally just that generally calling them is impossible.

Methods

impl Scope
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Scope
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Scope
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Scope

impl Sync for Scope