pub struct CopyAppResponseData {
pub app_token: String,
pub name: String,
pub revision: i32,
pub url: String,
}Fields§
§app_token: String多维表格的 app_token
name: String多维表格的名字
revision: i32多维表格的版本号
url: String多维表格的链接
Trait Implementations§
Source§impl Debug for CopyAppResponseData
impl Debug for CopyAppResponseData
Source§impl<'de> Deserialize<'de> for CopyAppResponseData
impl<'de> Deserialize<'de> for CopyAppResponseData
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 CopyAppResponseData
impl RefUnwindSafe for CopyAppResponseData
impl Send for CopyAppResponseData
impl Sync for CopyAppResponseData
impl Unpin for CopyAppResponseData
impl UnwindSafe for CopyAppResponseData
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