pub struct InsertSectionForProjectResponse {
pub data: EmptyResponse,
}
Fields§
§data: EmptyResponse
An empty object. Some endpoints do not return an object on success. The success is conveyed through a 2– status code and returning an empty object.
Trait Implementations§
Source§impl Clone for InsertSectionForProjectResponse
impl Clone for InsertSectionForProjectResponse
Source§fn clone(&self) -> InsertSectionForProjectResponse
fn clone(&self) -> InsertSectionForProjectResponse
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 Default for InsertSectionForProjectResponse
impl Default for InsertSectionForProjectResponse
Source§fn default() -> InsertSectionForProjectResponse
fn default() -> InsertSectionForProjectResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InsertSectionForProjectResponse
impl<'de> Deserialize<'de> for InsertSectionForProjectResponse
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 InsertSectionForProjectResponse
impl RefUnwindSafe for InsertSectionForProjectResponse
impl Send for InsertSectionForProjectResponse
impl Sync for InsertSectionForProjectResponse
impl Unpin for InsertSectionForProjectResponse
impl UnwindSafe for InsertSectionForProjectResponse
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