pub struct Pool { /* private fields */ }Implementations§
Source§impl Pool
impl Pool
pub fn pop_transfer(&mut self) -> Transfer
pub fn push_transfer(&mut self, transfer: Transfer)
Auto Trait Implementations§
impl !Send for Pool
impl !Sync for Pool
impl Freeze for Pool
impl RefUnwindSafe for Pool
impl Unpin for Pool
impl UnsafeUnpin for Pool
impl UnwindSafe for Pool
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