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