pub struct RealGdbBackendFactory;Trait Implementations§
Source§impl Clone for RealGdbBackendFactory
impl Clone for RealGdbBackendFactory
Source§fn clone(&self) -> RealGdbBackendFactory
fn clone(&self) -> RealGdbBackendFactory
Returns a duplicate of the value. Read more
1.0.0 · 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 RealGdbBackendFactory
impl Debug for RealGdbBackendFactory
Source§impl Default for RealGdbBackendFactory
impl Default for RealGdbBackendFactory
Source§fn default() -> RealGdbBackendFactory
fn default() -> RealGdbBackendFactory
Returns the “default value” for a type. Read more
Source§impl GdbBackendFactory for RealGdbBackendFactory
impl GdbBackendFactory for RealGdbBackendFactory
fn create(&self, config: &ServerConfig) -> Box<dyn GdbBackend>
Auto Trait Implementations§
impl Freeze for RealGdbBackendFactory
impl RefUnwindSafe for RealGdbBackendFactory
impl Send for RealGdbBackendFactory
impl Sync for RealGdbBackendFactory
impl Unpin for RealGdbBackendFactory
impl UnsafeUnpin for RealGdbBackendFactory
impl UnwindSafe for RealGdbBackendFactory
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