#[non_exhaustive]pub struct TcActionTunnelKey {}Implementations§
Trait Implementations§
Source§impl Clone for TcActionTunnelKey
impl Clone for TcActionTunnelKey
Source§fn clone(&self) -> TcActionTunnelKey
fn clone(&self) -> TcActionTunnelKey
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 TcActionTunnelKey
impl Debug for TcActionTunnelKey
Source§impl PartialEq for TcActionTunnelKey
impl PartialEq for TcActionTunnelKey
impl Eq for TcActionTunnelKey
impl StructuralPartialEq for TcActionTunnelKey
Auto Trait Implementations§
impl Freeze for TcActionTunnelKey
impl RefUnwindSafe for TcActionTunnelKey
impl Send for TcActionTunnelKey
impl Sync for TcActionTunnelKey
impl Unpin for TcActionTunnelKey
impl UnwindSafe for TcActionTunnelKey
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