pub struct GetImageTobase64Params {
pub url_query: String,
}Fields§
§url_query: StringImplementations§
Trait Implementations§
Source§impl Clone for GetImageTobase64Params
impl Clone for GetImageTobase64Params
Source§fn clone(&self) -> GetImageTobase64Params
fn clone(&self) -> GetImageTobase64Params
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 moreAuto Trait Implementations§
impl Freeze for GetImageTobase64Params
impl RefUnwindSafe for GetImageTobase64Params
impl Send for GetImageTobase64Params
impl Sync for GetImageTobase64Params
impl Unpin for GetImageTobase64Params
impl UnwindSafe for GetImageTobase64Params
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