pub struct DocumentCatalog {
pub catalog_ref: ObjectRef,
pub pages_ref: ObjectRef,
}Fields§
§catalog_ref: ObjectRef§pages_ref: ObjectRefTrait Implementations§
Source§impl Clone for DocumentCatalog
impl Clone for DocumentCatalog
Source§fn clone(&self) -> DocumentCatalog
fn clone(&self) -> DocumentCatalog
Returns a duplicate of the value. Read more
1.0.0 · 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 DocumentCatalog
impl RefUnwindSafe for DocumentCatalog
impl Send for DocumentCatalog
impl Sync for DocumentCatalog
impl Unpin for DocumentCatalog
impl UnsafeUnpin for DocumentCatalog
impl UnwindSafe for DocumentCatalog
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