pub struct TopKExpand {
pub k: usize,
}Fields§
§k: usizeImplementations§
Source§impl TopKExpand
impl TopKExpand
pub fn __expand_clone_method(&self, _scope: &mut Scope) -> Self
Trait Implementations§
Source§impl Clone for TopKExpand
impl Clone for TopKExpand
Source§impl IntoMut for TopKExpand
impl IntoMut for TopKExpand
Source§impl RudaDebug for TopKExpand
impl RudaDebug for TopKExpand
Source§fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
fn set_debug_name(&self, scope: &mut Scope, name: &'static str)
Set the debug name of this type’s expansion. Should do nothing for types that don’t appear
at runtime
Auto Trait Implementations§
impl Freeze for TopKExpand
impl RefUnwindSafe for TopKExpand
impl Send for TopKExpand
impl Sync for TopKExpand
impl Unpin for TopKExpand
impl UnsafeUnpin for TopKExpand
impl UnwindSafe for TopKExpand
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