pub struct GetVectorBucket;Trait Implementations§
Source§impl Ops for GetVectorBucket
impl Ops for GetVectorBucket
Auto Trait Implementations§
impl Freeze for GetVectorBucket
impl RefUnwindSafe for GetVectorBucket
impl Send for GetVectorBucket
impl Sync for GetVectorBucket
impl Unpin for GetVectorBucket
impl UnsafeUnpin for GetVectorBucket
impl UnwindSafe for GetVectorBucket
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