pub struct InstrPAGEREF {
pub page_ref: String,
pub hyperlink: bool,
pub relative_position: bool,
}
Fields§
§page_ref: String
§hyperlink: bool
§relative_position: bool
Implementations§
Trait Implementations§
Source§impl Clone for InstrPAGEREF
impl Clone for InstrPAGEREF
Source§fn clone(&self) -> InstrPAGEREF
fn clone(&self) -> InstrPAGEREF
Returns a copy 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 moreSource§impl Debug for InstrPAGEREF
impl Debug for InstrPAGEREF
Source§impl Default for InstrPAGEREF
impl Default for InstrPAGEREF
Source§fn default() -> InstrPAGEREF
fn default() -> InstrPAGEREF
Returns the “default value” for a type. Read more
Source§impl FromStr for InstrPAGEREF
impl FromStr for InstrPAGEREF
Source§impl PartialEq for InstrPAGEREF
impl PartialEq for InstrPAGEREF
Source§impl Serialize for InstrPAGEREF
impl Serialize for InstrPAGEREF
impl StructuralPartialEq for InstrPAGEREF
Auto Trait Implementations§
impl Freeze for InstrPAGEREF
impl RefUnwindSafe for InstrPAGEREF
impl Send for InstrPAGEREF
impl Sync for InstrPAGEREF
impl Unpin for InstrPAGEREF
impl UnwindSafe for InstrPAGEREF
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