pub struct TproxyState { /* private fields */ }
Trait Implementations§
Source§impl Clone for TproxyState
impl Clone for TproxyState
Source§fn clone(&self) -> TproxyState
fn clone(&self) -> TproxyState
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 TproxyState
impl Debug for TproxyState
Source§impl Default for TproxyState
impl Default for TproxyState
Source§fn default() -> TproxyState
fn default() -> TproxyState
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TproxyState
impl !RefUnwindSafe for TproxyState
impl Send for TproxyState
impl Sync for TproxyState
impl Unpin for TproxyState
impl !UnwindSafe for TproxyState
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