pub struct SectionCreateRequest {
pub data: SectionCreateData,
}Expand description
API envelope for section create requests.
Fields§
§data: SectionCreateDataWrapped data payload.
Trait Implementations§
Source§impl Clone for SectionCreateRequest
impl Clone for SectionCreateRequest
Source§fn clone(&self) -> SectionCreateRequest
fn clone(&self) -> SectionCreateRequest
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 SectionCreateRequest
impl Debug for SectionCreateRequest
Auto Trait Implementations§
impl Freeze for SectionCreateRequest
impl RefUnwindSafe for SectionCreateRequest
impl Send for SectionCreateRequest
impl Sync for SectionCreateRequest
impl Unpin for SectionCreateRequest
impl UnsafeUnpin for SectionCreateRequest
impl UnwindSafe for SectionCreateRequest
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