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