pub struct ShowHooks<'a> {
pub global: bool,
pub target_session: Option<Cow<'a, str>>,
}
Expand description
Fields§
§global: bool
[-g]
target_session: Option<Cow<'a, str>>
[-t target-session]
Implementations§
Trait Implementations§
Source§impl<'a> From<ShowHooks<'a>> for TmuxCommand<'a>
impl<'a> From<ShowHooks<'a>> for TmuxCommand<'a>
Source§impl<'a> Ord for ShowHooks<'a>
impl<'a> Ord for ShowHooks<'a>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> PartialOrd for ShowHooks<'a>
impl<'a> PartialOrd for ShowHooks<'a>
impl<'a> Eq for ShowHooks<'a>
impl<'a> StructuralPartialEq for ShowHooks<'a>
Auto Trait Implementations§
impl<'a> Freeze for ShowHooks<'a>
impl<'a> RefUnwindSafe for ShowHooks<'a>
impl<'a> Send for ShowHooks<'a>
impl<'a> Sync for ShowHooks<'a>
impl<'a> Unpin for ShowHooks<'a>
impl<'a> UnwindSafe for ShowHooks<'a>
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