pub struct PageTuple {
pub id: String,
pub order_val: Value,
pub title: String,
}
Fields§
§id: String
§order_val: Value
§title: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PageTuple
impl RefUnwindSafe for PageTuple
impl Send for PageTuple
impl Sync for PageTuple
impl Unpin for PageTuple
impl UnwindSafe for PageTuple
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