pub struct CspGetScriptParams {
pub page_id: String,
pub script_id: String,
}Expand description
struct for passing parameters to the method csp_get_script
Fields§
§page_id: StringPage identifier
script_id: StringScript identifier
Trait Implementations§
Source§impl Clone for CspGetScriptParams
impl Clone for CspGetScriptParams
Source§fn clone(&self) -> CspGetScriptParams
fn clone(&self) -> CspGetScriptParams
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 moreSource§impl Debug for CspGetScriptParams
impl Debug for CspGetScriptParams
Source§impl Default for CspGetScriptParams
impl Default for CspGetScriptParams
Source§fn default() -> CspGetScriptParams
fn default() -> CspGetScriptParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CspGetScriptParams
impl RefUnwindSafe for CspGetScriptParams
impl Send for CspGetScriptParams
impl Sync for CspGetScriptParams
impl Unpin for CspGetScriptParams
impl UnsafeUnpin for CspGetScriptParams
impl UnwindSafe for CspGetScriptParams
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