pub struct ListOrderedKindOptions {
pub start: u64,
}Expand description
Specifies what kind of list we have.
Fields§
§start: u64Start index (1, 2, …) for ordered lists.
Trait Implementations§
Source§impl Clone for ListOrderedKindOptions
impl Clone for ListOrderedKindOptions
Source§fn clone(&self) -> ListOrderedKindOptions
fn clone(&self) -> ListOrderedKindOptions
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 moreSource§impl Debug for ListOrderedKindOptions
impl Debug for ListOrderedKindOptions
Source§impl<'de> Deserialize<'de> for ListOrderedKindOptions
impl<'de> Deserialize<'de> for ListOrderedKindOptions
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
Source§impl PartialEq for ListOrderedKindOptions
impl PartialEq for ListOrderedKindOptions
Source§impl Serialize for ListOrderedKindOptions
impl Serialize for ListOrderedKindOptions
impl StructuralPartialEq for ListOrderedKindOptions
Auto Trait Implementations§
impl Freeze for ListOrderedKindOptions
impl RefUnwindSafe for ListOrderedKindOptions
impl Send for ListOrderedKindOptions
impl Sync for ListOrderedKindOptions
impl Unpin for ListOrderedKindOptions
impl UnwindSafe for ListOrderedKindOptions
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