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