pub(super) struct ImageFetchReq {
pub src_key: String,
pub is_https: bool,
pub host: String,
pub path: String,
pub is_local: bool,
pub owner: u64,
}Fields§
§src_key: String§is_https: bool§host: String§path: String§is_local: bool§owner: u64Trait Implementations§
Source§impl Clone for ImageFetchReq
impl Clone for ImageFetchReq
Source§fn clone(&self) -> ImageFetchReq
fn clone(&self) -> ImageFetchReq
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ImageFetchReq
impl RefUnwindSafe for ImageFetchReq
impl Send for ImageFetchReq
impl Sync for ImageFetchReq
impl Unpin for ImageFetchReq
impl UnsafeUnpin for ImageFetchReq
impl UnwindSafe for ImageFetchReq
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