pub struct switch_sql_queue_manager { /* private fields */ }Trait Implementations§
Source§impl Clone for switch_sql_queue_manager
impl Clone for switch_sql_queue_manager
Source§fn clone(&self) -> switch_sql_queue_manager
fn clone(&self) -> switch_sql_queue_manager
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for switch_sql_queue_manager
impl Debug for switch_sql_queue_manager
impl Copy for switch_sql_queue_manager
Auto Trait Implementations§
impl Freeze for switch_sql_queue_manager
impl RefUnwindSafe for switch_sql_queue_manager
impl Send for switch_sql_queue_manager
impl Sync for switch_sql_queue_manager
impl Unpin for switch_sql_queue_manager
impl UnsafeUnpin for switch_sql_queue_manager
impl UnwindSafe for switch_sql_queue_manager
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