pub struct AddDocumentTabResponse {
pub tab_properties: Option<TabProperties>,
}Expand description
The result of adding a document tab.
This type is not used in any activity, and only used as part of another schema.
Fields§
§tab_properties: Option<TabProperties>The properties of the newly added tab.
Trait Implementations§
Source§impl Clone for AddDocumentTabResponse
impl Clone for AddDocumentTabResponse
Source§fn clone(&self) -> AddDocumentTabResponse
fn clone(&self) -> AddDocumentTabResponse
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 AddDocumentTabResponse
impl Debug for AddDocumentTabResponse
Source§impl Default for AddDocumentTabResponse
impl Default for AddDocumentTabResponse
Source§fn default() -> AddDocumentTabResponse
fn default() -> AddDocumentTabResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddDocumentTabResponse
impl<'de> Deserialize<'de> for AddDocumentTabResponse
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 Serialize for AddDocumentTabResponse
impl Serialize for AddDocumentTabResponse
impl Part for AddDocumentTabResponse
Auto Trait Implementations§
impl Freeze for AddDocumentTabResponse
impl RefUnwindSafe for AddDocumentTabResponse
impl Send for AddDocumentTabResponse
impl Sync for AddDocumentTabResponse
impl Unpin for AddDocumentTabResponse
impl UnwindSafe for AddDocumentTabResponse
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