pub struct UpdateSectionResponse {
pub data: SectionResponse,
}
Fields§
§data: SectionResponse
Trait Implementations§
Source§impl Clone for UpdateSectionResponse
impl Clone for UpdateSectionResponse
Source§fn clone(&self) -> UpdateSectionResponse
fn clone(&self) -> UpdateSectionResponse
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 moreSource§impl Debug for UpdateSectionResponse
impl Debug for UpdateSectionResponse
Source§impl Default for UpdateSectionResponse
impl Default for UpdateSectionResponse
Source§fn default() -> UpdateSectionResponse
fn default() -> UpdateSectionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateSectionResponse
impl<'de> Deserialize<'de> for UpdateSectionResponse
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
Source§impl Display for UpdateSectionResponse
impl Display for UpdateSectionResponse
Auto Trait Implementations§
impl Freeze for UpdateSectionResponse
impl RefUnwindSafe for UpdateSectionResponse
impl Send for UpdateSectionResponse
impl Sync for UpdateSectionResponse
impl Unpin for UpdateSectionResponse
impl UnwindSafe for UpdateSectionResponse
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