pub struct IndirectObject {
pub id: ObjectId,
pub object: Object,
}Expand description
One indirect object stored in a Document. Each gets its own
<n> <gen> obj … endobj block in the output.
Fields§
§id: ObjectId§object: ObjectTrait Implementations§
Source§impl Clone for IndirectObject
impl Clone for IndirectObject
Source§fn clone(&self) -> IndirectObject
fn clone(&self) -> IndirectObject
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for IndirectObject
impl RefUnwindSafe for IndirectObject
impl Send for IndirectObject
impl Sync for IndirectObject
impl Unpin for IndirectObject
impl UnsafeUnpin for IndirectObject
impl UnwindSafe for IndirectObject
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