pub struct QueuedFile;
Trait Implementations§
Source§impl Debug for QueuedFile
impl Debug for QueuedFile
Source§impl RefCountable for QueuedFile
impl RefCountable for QueuedFile
Source§fn inc_ref_count(&self)
fn inc_ref_count(&self)
Increment ref count
Source§fn dec_ref_count(&mut self)
fn dec_ref_count(&mut self)
Decrement ref count
Auto Trait Implementations§
impl Freeze for QueuedFile
impl RefUnwindSafe for QueuedFile
impl Send for QueuedFile
impl Sync for QueuedFile
impl Unpin for QueuedFile
impl UnwindSafe for QueuedFile
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