pub struct AdoptTmuxSessionRequest {
pub title: Option<String>,
pub tmux_target: String,
pub cli_id: String,
pub cli_bin: String,
}Fields§
§title: Option<String>§tmux_target: String§cli_id: String§cli_bin: StringTrait Implementations§
Source§impl Clone for AdoptTmuxSessionRequest
impl Clone for AdoptTmuxSessionRequest
Source§fn clone(&self) -> AdoptTmuxSessionRequest
fn clone(&self) -> AdoptTmuxSessionRequest
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 AdoptTmuxSessionRequest
impl Debug for AdoptTmuxSessionRequest
Source§impl<'de> Deserialize<'de> for AdoptTmuxSessionRequest
impl<'de> Deserialize<'de> for AdoptTmuxSessionRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AdoptTmuxSessionRequest
Source§impl PartialEq for AdoptTmuxSessionRequest
impl PartialEq for AdoptTmuxSessionRequest
Source§fn eq(&self, other: &AdoptTmuxSessionRequest) -> bool
fn eq(&self, other: &AdoptTmuxSessionRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AdoptTmuxSessionRequest
impl Serialize for AdoptTmuxSessionRequest
impl StructuralPartialEq for AdoptTmuxSessionRequest
Auto Trait Implementations§
impl Freeze for AdoptTmuxSessionRequest
impl RefUnwindSafe for AdoptTmuxSessionRequest
impl Send for AdoptTmuxSessionRequest
impl Sync for AdoptTmuxSessionRequest
impl Unpin for AdoptTmuxSessionRequest
impl UnsafeUnpin for AdoptTmuxSessionRequest
impl UnwindSafe for AdoptTmuxSessionRequest
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