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