pub struct Subscribe<'a> {
pub name: Cow<'a, str>,
pub what: Option<usize>,
pub format: Option<usize>,
}Expand description
[-B name:what:format]
Fields§
§name: Cow<'a, str>§what: Option<usize>empty to check the format only for the attached session pane ID such as ‘%0’; ‘%’ for all panes in the attached session window ID such as ‘@0’; or ‘@’ for all windows in the attached session
format: Option<usize>Trait Implementations§
Source§impl<'a> Ord for Subscribe<'a>
impl<'a> Ord for Subscribe<'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 Subscribe<'a>
impl<'a> PartialOrd for Subscribe<'a>
impl<'a> Eq for Subscribe<'a>
impl<'a> StructuralPartialEq for Subscribe<'a>
Auto Trait Implementations§
impl<'a> Freeze for Subscribe<'a>
impl<'a> RefUnwindSafe for Subscribe<'a>
impl<'a> Send for Subscribe<'a>
impl<'a> Sync for Subscribe<'a>
impl<'a> Unpin for Subscribe<'a>
impl<'a> UnwindSafe for Subscribe<'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