Struct sndjvu_format::annot::MarginStrings
source · pub struct MarginStrings {
pub left: Option<Quoted>,
pub center: Option<Quoted>,
pub right: Option<Quoted>,
}
Expand description
Arguments to the (deprecated) phead
and pfoot
annotations.
Fields§
§left: Option<Quoted>
§center: Option<Quoted>
§right: Option<Quoted>
Trait Implementations§
source§impl Clone for MarginStrings
impl Clone for MarginStrings
source§fn clone(&self) -> MarginStrings
fn clone(&self) -> MarginStrings
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 MarginStrings
impl Debug for MarginStrings
source§impl Default for MarginStrings
impl Default for MarginStrings
source§fn default() -> MarginStrings
fn default() -> MarginStrings
Returns the “default value” for a type. Read more
source§impl PartialEq for MarginStrings
impl PartialEq for MarginStrings
source§fn eq(&self, other: &MarginStrings) -> bool
fn eq(&self, other: &MarginStrings) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for MarginStrings
impl StructuralEq for MarginStrings
impl StructuralPartialEq for MarginStrings
Auto Trait Implementations§
impl RefUnwindSafe for MarginStrings
impl Send for MarginStrings
impl Sync for MarginStrings
impl Unpin for MarginStrings
impl UnwindSafe for MarginStrings
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