pub struct Pooler {
pub dense: Linear,
}Fields§
§dense: LinearAuto Trait Implementations§
impl Freeze for Pooler
impl RefUnwindSafe for Pooler
impl Send for Pooler
impl Sync for Pooler
impl Unpin for Pooler
impl UnwindSafe for Pooler
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