pub struct GtkCustomSorter { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for GtkCustomSorter
impl !Sync for GtkCustomSorter
impl !Unpin for GtkCustomSorter
impl Freeze for GtkCustomSorter
impl RefUnwindSafe for GtkCustomSorter
impl UnsafeUnpin for GtkCustomSorter
impl UnwindSafe for GtkCustomSorter
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