pub struct UdtManager { /* private fields */ }
Expand description
Manager for UDT operations
Implementations§
Source§impl UdtManager
impl UdtManager
Trait Implementations§
Source§impl Debug for UdtManager
impl Debug for UdtManager
Auto Trait Implementations§
impl Freeze for UdtManager
impl RefUnwindSafe for UdtManager
impl Send for UdtManager
impl Sync for UdtManager
impl Unpin for UdtManager
impl UnwindSafe for UdtManager
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