pub struct PatchPageParams {
pub tenant_id: String,
pub id: String,
pub update_api_page_data: UpdateApiPageData,
}Expand description
struct for passing parameters to the method patch_page
Fields§
§tenant_id: String§id: String§update_api_page_data: UpdateApiPageDataTrait Implementations§
Source§impl Clone for PatchPageParams
impl Clone for PatchPageParams
Source§fn clone(&self) -> PatchPageParams
fn clone(&self) -> PatchPageParams
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 PatchPageParams
impl RefUnwindSafe for PatchPageParams
impl Send for PatchPageParams
impl Sync for PatchPageParams
impl Unpin for PatchPageParams
impl UnwindSafe for PatchPageParams
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