pub struct ContentFile { /* private fields */ }
Expand description
Represents a processed content file, including its metadata and content body.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ContentFile
impl RefUnwindSafe for ContentFile
impl Send for ContentFile
impl Sync for ContentFile
impl Unpin for ContentFile
impl UnwindSafe for ContentFile
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