Struct js::jsapi::JSSecurityCallbacks [] [src]

#[repr(C)]
pub struct JSSecurityCallbacks { pub contentSecurityPolicyAllows: JSCSPEvalChecker, pub subsumes: JSSubsumesOp, }

Fields

Trait Implementations

impl Debug for JSSecurityCallbacks
[src]

[src]

Formats the value using the given formatter.

impl Copy for JSSecurityCallbacks
[src]

impl Clone for JSSecurityCallbacks
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more