pub struct GetDataUrl { /* private fields */ }Expand description
HTTP 到 Data URL 转换器
Implementations§
Source§impl GetDataUrl
impl GetDataUrl
Sourcepub fn with_client(client: Client) -> Self
pub fn with_client(client: Client) -> Self
使用自定义 HTTP 客户端创建转换器实例
Trait Implementations§
Source§impl Clone for GetDataUrl
impl Clone for GetDataUrl
Source§fn clone(&self) -> GetDataUrl
fn clone(&self) -> GetDataUrl
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 GetDataUrl
impl Debug for GetDataUrl
Auto Trait Implementations§
impl Freeze for GetDataUrl
impl !RefUnwindSafe for GetDataUrl
impl Send for GetDataUrl
impl Sync for GetDataUrl
impl Unpin for GetDataUrl
impl !UnwindSafe for GetDataUrl
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