Struct kanidmd_core::https::JavaScriptFile
source · pub struct JavaScriptFile { /* private fields */ }
Implementations§
source§impl JavaScriptFile
impl JavaScriptFile
sourcepub fn as_csp_hash(self) -> String
pub fn as_csp_hash(self) -> String
return the hash for use in CSP headers
Trait Implementations§
source§impl Clone for JavaScriptFile
impl Clone for JavaScriptFile
source§fn clone(&self) -> JavaScriptFile
fn clone(&self) -> JavaScriptFile
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 more