pub struct SvgQrCodeResponse {
pub svg: String,
}
Expand description
The response to a qr-request
Fields§
§svg: String
Trait Implementations§
Source§impl Clone for SvgQrCodeResponse
impl Clone for SvgQrCodeResponse
Source§fn clone(&self) -> SvgQrCodeResponse
fn clone(&self) -> SvgQrCodeResponse
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 SvgQrCodeResponse
impl Debug for SvgQrCodeResponse
Source§impl<'de> Deserialize<'de> for SvgQrCodeResponse
impl<'de> Deserialize<'de> for SvgQrCodeResponse
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
Source§impl PartialEq for SvgQrCodeResponse
impl PartialEq for SvgQrCodeResponse
Source§impl Serialize for SvgQrCodeResponse
impl Serialize for SvgQrCodeResponse
impl Eq for SvgQrCodeResponse
impl StructuralPartialEq for SvgQrCodeResponse
Auto Trait Implementations§
impl Freeze for SvgQrCodeResponse
impl RefUnwindSafe for SvgQrCodeResponse
impl Send for SvgQrCodeResponse
impl Sync for SvgQrCodeResponse
impl Unpin for SvgQrCodeResponse
impl UnwindSafe for SvgQrCodeResponse
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