pub struct PageRewrite {
pub streams: Vec<Regenerated>,
pub resources: Dict,
}Expand description
Everything a save has to do to a page whose objects were edited.
Fields§
§streams: Vec<Regenerated>The elements to write, in ascending index order with the streamless one first.
resources: DictThe page’s /Resources, with the three maintained categories swept and
every other key carried through.
Trait Implementations§
Source§impl Clone for PageRewrite
impl Clone for PageRewrite
Source§fn clone(&self) -> PageRewrite
fn clone(&self) -> PageRewrite
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 moreSource§impl Debug for PageRewrite
impl Debug for PageRewrite
Source§impl PartialEq for PageRewrite
impl PartialEq for PageRewrite
impl StructuralPartialEq for PageRewrite
Auto Trait Implementations§
impl Freeze for PageRewrite
impl RefUnwindSafe for PageRewrite
impl Send for PageRewrite
impl Sync for PageRewrite
impl Unpin for PageRewrite
impl UnsafeUnpin for PageRewrite
impl UnwindSafe for PageRewrite
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