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