pub struct DtoCreateInvitationResponse {
pub link_token: Option<String>,
pub resource_name: Option<String>,
pub resource_type: Option<Value>,
pub username: Option<String>,
}
Expand description
DtoCreateInvitationResponse 模型
Fields§
§link_token: Option<String>
§resource_name: Option<String>
§resource_type: Option<Value>
§username: Option<String>
Trait Implementations§
Source§impl Clone for DtoCreateInvitationResponse
impl Clone for DtoCreateInvitationResponse
Source§fn clone(&self) -> DtoCreateInvitationResponse
fn clone(&self) -> DtoCreateInvitationResponse
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 DtoCreateInvitationResponse
impl Debug for DtoCreateInvitationResponse
Source§impl<'de> Deserialize<'de> for DtoCreateInvitationResponse
impl<'de> Deserialize<'de> for DtoCreateInvitationResponse
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 DtoCreateInvitationResponse
impl RefUnwindSafe for DtoCreateInvitationResponse
impl Send for DtoCreateInvitationResponse
impl Sync for DtoCreateInvitationResponse
impl Unpin for DtoCreateInvitationResponse
impl UnwindSafe for DtoCreateInvitationResponse
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