pub struct PdfObject {
pub id: ObjectId,
pub body: String,
pub stream: Option<PdfStream>,
pub byte_range: ByteRange,
}Fields§
§id: ObjectId§body: String§stream: Option<PdfStream>§byte_range: ByteRangeTrait Implementations§
impl Eq for PdfObject
impl StructuralPartialEq for PdfObject
Auto Trait Implementations§
impl Freeze for PdfObject
impl RefUnwindSafe for PdfObject
impl Send for PdfObject
impl Sync for PdfObject
impl Unpin for PdfObject
impl UnsafeUnpin for PdfObject
impl UnwindSafe for PdfObject
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