pub struct TanStackSortingSpec {
pub id: String,
pub desc: bool,
}Fields§
§id: String§desc: boolTrait Implementations§
Source§impl Clone for TanStackSortingSpec
impl Clone for TanStackSortingSpec
Source§fn clone(&self) -> TanStackSortingSpec
fn clone(&self) -> TanStackSortingSpec
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 TanStackSortingSpec
impl Debug for TanStackSortingSpec
Source§impl<'de> Deserialize<'de> for TanStackSortingSpec
impl<'de> Deserialize<'de> for TanStackSortingSpec
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<TanStackSortingSpec, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<TanStackSortingSpec, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for TanStackSortingSpec
impl Serialize for TanStackSortingSpec
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for TanStackSortingSpec
impl RefUnwindSafe for TanStackSortingSpec
impl Send for TanStackSortingSpec
impl Sync for TanStackSortingSpec
impl Unpin for TanStackSortingSpec
impl UnsafeUnpin for TanStackSortingSpec
impl UnwindSafe for TanStackSortingSpec
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