pub struct StylePaneSortMethod {}
Trait Implementations§
Source§impl Clone for StylePaneSortMethod
impl Clone for StylePaneSortMethod
Source§fn clone(&self) -> StylePaneSortMethod
fn clone(&self) -> StylePaneSortMethod
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 StylePaneSortMethod
impl Debug for StylePaneSortMethod
Source§impl Default for StylePaneSortMethod
impl Default for StylePaneSortMethod
Source§fn default() -> StylePaneSortMethod
fn default() -> StylePaneSortMethod
Returns the “default value” for a type. Read more
Source§impl<'__input> XmlRead<'__input> for StylePaneSortMethod
impl<'__input> XmlRead<'__input> for StylePaneSortMethod
Auto Trait Implementations§
impl Freeze for StylePaneSortMethod
impl RefUnwindSafe for StylePaneSortMethod
impl Send for StylePaneSortMethod
impl Sync for StylePaneSortMethod
impl Unpin for StylePaneSortMethod
impl UnwindSafe for StylePaneSortMethod
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