pub struct AddPageParams {
pub tenant_id: String,
pub create_api_page_data: CreateApiPageData,
}Expand description
struct for passing parameters to the method add_page
Fields§
§tenant_id: String§create_api_page_data: CreateApiPageDataTrait Implementations§
Source§impl Clone for AddPageParams
impl Clone for AddPageParams
Source§fn clone(&self) -> AddPageParams
fn clone(&self) -> AddPageParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AddPageParams
impl RefUnwindSafe for AddPageParams
impl Send for AddPageParams
impl Sync for AddPageParams
impl Unpin for AddPageParams
impl UnwindSafe for AddPageParams
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