Struct sentry::ScopeGuard [] [src]

pub struct ScopeGuard(_);

A scope guard.

Trait Implementations

impl Default for ScopeGuard
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ScopeGuard
[src]

[src]

Formats the value using the given formatter. Read more

impl Drop for ScopeGuard
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for ScopeGuard

impl !Sync for ScopeGuard