pub enum PageStartsOn {
Both,
Even,
Odd,
}Expand description
Which page parity a section starts on.
Maps to HWPX <hp:startNum pageStartsOn="BOTH|EVEN|ODD">. 홀짝 강제
시작은 다중 섹션 쪽번호 연속성 계산의 입력이다 (W5-α C2 — 스키마에
있던 값을 디코더가 폐기하던 것을 승격).
Variants§
Trait Implementations§
Source§impl Clone for PageStartsOn
impl Clone for PageStartsOn
Source§fn clone(&self) -> PageStartsOn
fn clone(&self) -> PageStartsOn
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 moreimpl Copy for PageStartsOn
Source§impl Debug for PageStartsOn
impl Debug for PageStartsOn
Source§impl Default for PageStartsOn
impl Default for PageStartsOn
Source§fn default() -> PageStartsOn
fn default() -> PageStartsOn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PageStartsOn
impl<'de> Deserialize<'de> for PageStartsOn
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PageStartsOn
Source§impl JsonSchema for PageStartsOn
impl JsonSchema for PageStartsOn
Source§fn schema_id() -> Cow<'static, str>
fn schema_id() -> Cow<'static, str>
Returns a string that uniquely identifies the schema produced by this type. Read more
Source§fn json_schema(generator: &mut SchemaGenerator) -> Schema
fn json_schema(generator: &mut SchemaGenerator) -> Schema
Generates a JSON Schema for this type. Read more
Source§fn inline_schema() -> bool
fn inline_schema() -> bool
Whether JSON Schemas generated for this type should be included directly in parent schemas,
rather than being re-used where possible using the
$ref keyword. Read moreSource§impl PartialEq for PageStartsOn
impl PartialEq for PageStartsOn
Source§impl Serialize for PageStartsOn
impl Serialize for PageStartsOn
impl StructuralPartialEq for PageStartsOn
Auto Trait Implementations§
impl Freeze for PageStartsOn
impl RefUnwindSafe for PageStartsOn
impl Send for PageStartsOn
impl Sync for PageStartsOn
impl Unpin for PageStartsOn
impl UnsafeUnpin for PageStartsOn
impl UnwindSafe for PageStartsOn
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.