pub struct ExportOpts<'a> {
pub scope: QueryScope,
pub format: ConfigFormat,
pub tmux_args: Vec<&'a str>,
}Fields§
§scope: QueryScope§format: ConfigFormat§tmux_args: Vec<&'a str>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ExportOpts<'a>
impl<'a> RefUnwindSafe for ExportOpts<'a>
impl<'a> Send for ExportOpts<'a>
impl<'a> Sync for ExportOpts<'a>
impl<'a> Unpin for ExportOpts<'a>
impl<'a> UnwindSafe for ExportOpts<'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