pub struct StaticRangeInversionsQuery { /* private fields */ }
Expand description
範囲転倒数取得クエリ
Implementations§
Auto Trait Implementations§
impl Freeze for StaticRangeInversionsQuery
impl RefUnwindSafe for StaticRangeInversionsQuery
impl Send for StaticRangeInversionsQuery
impl Sync for StaticRangeInversionsQuery
impl Unpin for StaticRangeInversionsQuery
impl UnwindSafe for StaticRangeInversionsQuery
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