pub struct StaticRangeCountQuery { /* private fields */ }
Expand description
種類数クエリ
Implementations§
Auto Trait Implementations§
impl Freeze for StaticRangeCountQuery
impl RefUnwindSafe for StaticRangeCountQuery
impl Send for StaticRangeCountQuery
impl Sync for StaticRangeCountQuery
impl Unpin for StaticRangeCountQuery
impl UnwindSafe for StaticRangeCountQuery
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