pub struct PtyCreatedProps {
pub info: Pty,
}Expand description
Properties for EventListResponse::PtyCreated.
Fields§
§info: PtyPTY info.
Trait Implementations§
Source§impl Clone for PtyCreatedProps
impl Clone for PtyCreatedProps
Source§fn clone(&self) -> PtyCreatedProps
fn clone(&self) -> PtyCreatedProps
Returns a duplicate of the value. Read more
1.0.0 · 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 PtyCreatedProps
impl Debug for PtyCreatedProps
Source§impl<'de> Deserialize<'de> for PtyCreatedProps
impl<'de> Deserialize<'de> for PtyCreatedProps
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
Source§impl PartialEq for PtyCreatedProps
impl PartialEq for PtyCreatedProps
Source§impl Serialize for PtyCreatedProps
impl Serialize for PtyCreatedProps
impl StructuralPartialEq for PtyCreatedProps
Auto Trait Implementations§
impl Freeze for PtyCreatedProps
impl RefUnwindSafe for PtyCreatedProps
impl Send for PtyCreatedProps
impl Sync for PtyCreatedProps
impl Unpin for PtyCreatedProps
impl UnwindSafe for PtyCreatedProps
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