pub struct GetChatroomQrCodeResponse {
pub qr_img_base64: String,
pub head_img_base64: String,
pub qr_url: String,
}Fields§
§qr_img_base64: String§head_img_base64: String§qr_url: StringTrait Implementations§
Source§impl Clone for GetChatroomQrCodeResponse
impl Clone for GetChatroomQrCodeResponse
Source§fn clone(&self) -> GetChatroomQrCodeResponse
fn clone(&self) -> GetChatroomQrCodeResponse
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 GetChatroomQrCodeResponse
impl Debug for GetChatroomQrCodeResponse
Source§impl Default for GetChatroomQrCodeResponse
impl Default for GetChatroomQrCodeResponse
Source§fn default() -> GetChatroomQrCodeResponse
fn default() -> GetChatroomQrCodeResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetChatroomQrCodeResponse
impl<'de> Deserialize<'de> for GetChatroomQrCodeResponse
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 GetChatroomQrCodeResponse
impl RefUnwindSafe for GetChatroomQrCodeResponse
impl Send for GetChatroomQrCodeResponse
impl Sync for GetChatroomQrCodeResponse
impl Unpin for GetChatroomQrCodeResponse
impl UnwindSafe for GetChatroomQrCodeResponse
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