pub struct EndnotePosition {
pub val: EndnotePositionType,
}
Fields§
§val: EndnotePositionType
Trait Implementations§
Source§impl Clone for EndnotePosition
impl Clone for EndnotePosition
Source§fn clone(&self) -> EndnotePosition
fn clone(&self) -> EndnotePosition
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 EndnotePosition
impl Debug for EndnotePosition
Source§impl Default for EndnotePosition
impl Default for EndnotePosition
Source§fn default() -> EndnotePosition
fn default() -> EndnotePosition
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for EndnotePosition
impl<'__input> XmlRead<'__input> for EndnotePosition
Auto Trait Implementations§
impl Freeze for EndnotePosition
impl RefUnwindSafe for EndnotePosition
impl Send for EndnotePosition
impl Sync for EndnotePosition
impl Unpin for EndnotePosition
impl UnwindSafe for EndnotePosition
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