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