pub struct GetUrlFiles;Auto Trait Implementations§
impl Freeze for GetUrlFiles
impl RefUnwindSafe for GetUrlFiles
impl Send for GetUrlFiles
impl Sync for GetUrlFiles
impl Unpin for GetUrlFiles
impl UnsafeUnpin for GetUrlFiles
impl UnwindSafe for GetUrlFiles
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