pub struct GetJoinWhenEmptyTypesResponse {
pub status: Option<String>,
pub types: Option<Vec<GetJoinWhenEmptyTypesResponseType>>,
}Fields§
§status: Option<String>§types: Option<Vec<GetJoinWhenEmptyTypesResponseType>>Trait Implementations§
Source§impl Clone for GetJoinWhenEmptyTypesResponse
impl Clone for GetJoinWhenEmptyTypesResponse
Source§fn clone(&self) -> GetJoinWhenEmptyTypesResponse
fn clone(&self) -> GetJoinWhenEmptyTypesResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetJoinWhenEmptyTypesResponse
impl Default for GetJoinWhenEmptyTypesResponse
Source§fn default() -> GetJoinWhenEmptyTypesResponse
fn default() -> GetJoinWhenEmptyTypesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetJoinWhenEmptyTypesResponse
impl<'de> Deserialize<'de> for GetJoinWhenEmptyTypesResponse
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 GetJoinWhenEmptyTypesResponse
impl RefUnwindSafe for GetJoinWhenEmptyTypesResponse
impl Send for GetJoinWhenEmptyTypesResponse
impl Sync for GetJoinWhenEmptyTypesResponse
impl Unpin for GetJoinWhenEmptyTypesResponse
impl UnsafeUnpin for GetJoinWhenEmptyTypesResponse
impl UnwindSafe for GetJoinWhenEmptyTypesResponse
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