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