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