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