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