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