pub(crate) struct LoopbackArgs {
pub shared: SharedArgs,
}Expand description
loopback scenario.
Fields§
Trait Implementations§
Source§impl Clone for LoopbackArgs
impl Clone for LoopbackArgs
Source§fn clone(&self) -> LoopbackArgs
fn clone(&self) -> LoopbackArgs
Returns a copy 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 LoopbackArgs
impl Debug for LoopbackArgs
Source§impl Default for LoopbackArgs
impl Default for LoopbackArgs
Source§fn default() -> LoopbackArgs
fn default() -> LoopbackArgs
Returns the “default value” for a type. Read more
Source§impl PartialEq for LoopbackArgs
impl PartialEq for LoopbackArgs
impl StructuralPartialEq for LoopbackArgs
Auto Trait Implementations§
impl Freeze for LoopbackArgs
impl RefUnwindSafe for LoopbackArgs
impl Send for LoopbackArgs
impl Sync for LoopbackArgs
impl Unpin for LoopbackArgs
impl UnwindSafe for LoopbackArgs
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