pub struct PutPageMapLayoutRequest {
pub base_revision: i64,
pub viewport: Option<PageMapViewport>,
pub positions: Vec<PageMapNodeLayout>,
}Expand description
PUT /api/pages/{id}/map/layout.
Fields§
§base_revision: i64§viewport: Option<PageMapViewport>§positions: Vec<PageMapNodeLayout>Trait Implementations§
Source§impl Clone for PutPageMapLayoutRequest
impl Clone for PutPageMapLayoutRequest
Source§fn clone(&self) -> PutPageMapLayoutRequest
fn clone(&self) -> PutPageMapLayoutRequest
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 PutPageMapLayoutRequest
impl Debug for PutPageMapLayoutRequest
Source§impl<'de> Deserialize<'de> for PutPageMapLayoutRequest
impl<'de> Deserialize<'de> for PutPageMapLayoutRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for PutPageMapLayoutRequest
impl RefUnwindSafe for PutPageMapLayoutRequest
impl Send for PutPageMapLayoutRequest
impl Sync for PutPageMapLayoutRequest
impl Unpin for PutPageMapLayoutRequest
impl UnsafeUnpin for PutPageMapLayoutRequest
impl UnwindSafe for PutPageMapLayoutRequest
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