pub struct ListOrderedKindOptions {
pub start: u64,
}
Expand description
Specifies what kind of list we have.
Fields§
§start: u64
Start 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 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 ListOrderedKindOptions
impl Debug for ListOrderedKindOptions
Source§impl PartialEq for ListOrderedKindOptions
impl PartialEq 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