pub struct UnresolvedTarget { /* private fields */ }Expand description
Raw command target text before tmux-style lookup.
Implementations§
Trait Implementations§
Source§impl Clone for UnresolvedTarget
impl Clone for UnresolvedTarget
Source§fn clone(&self) -> UnresolvedTarget
fn clone(&self) -> UnresolvedTarget
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 UnresolvedTarget
impl Debug for UnresolvedTarget
impl Eq for UnresolvedTarget
Source§impl PartialEq for UnresolvedTarget
impl PartialEq for UnresolvedTarget
impl StructuralPartialEq for UnresolvedTarget
Auto Trait Implementations§
impl Freeze for UnresolvedTarget
impl RefUnwindSafe for UnresolvedTarget
impl Send for UnresolvedTarget
impl Sync for UnresolvedTarget
impl Unpin for UnresolvedTarget
impl UnsafeUnpin for UnresolvedTarget
impl UnwindSafe for UnresolvedTarget
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