pub struct HostedFile(/* private fields */);Implementations§
Source§impl HostedFile
impl HostedFile
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HostedFile
impl RefUnwindSafe for HostedFile
impl Send for HostedFile
impl Sync for HostedFile
impl Unpin for HostedFile
impl UnwindSafe for HostedFile
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