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 (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 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
Source§impl Drop for TproxyState
impl Drop for TproxyState
Auto Trait Implementations§
impl !RefUnwindSafe for TproxyState
impl !UnwindSafe for TproxyState
impl Freeze for TproxyState
impl Send for TproxyState
impl Sync for TproxyState
impl Unpin for TproxyState
impl UnsafeUnpin 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