pub struct GencanWorkspace { /* private fields */ }Expand description
Reusable work buffers for repeated pgencan calls.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GencanWorkspace
impl RefUnwindSafe for GencanWorkspace
impl Send for GencanWorkspace
impl Sync for GencanWorkspace
impl Unpin for GencanWorkspace
impl UnsafeUnpin for GencanWorkspace
impl UnwindSafe for GencanWorkspace
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