pub struct PtyUpdatedProps {
pub info: Pty,
}Expand description
Properties for EventListResponse::PtyUpdated.
Fields§
§info: PtyPTY info.
Trait Implementations§
Source§impl Clone for PtyUpdatedProps
impl Clone for PtyUpdatedProps
Source§fn clone(&self) -> PtyUpdatedProps
fn clone(&self) -> PtyUpdatedProps
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 PtyUpdatedProps
impl Debug for PtyUpdatedProps
Source§impl<'de> Deserialize<'de> for PtyUpdatedProps
impl<'de> Deserialize<'de> for PtyUpdatedProps
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 PtyUpdatedProps
impl PartialEq for PtyUpdatedProps
Source§impl Serialize for PtyUpdatedProps
impl Serialize for PtyUpdatedProps
impl StructuralPartialEq for PtyUpdatedProps
Auto Trait Implementations§
impl Freeze for PtyUpdatedProps
impl RefUnwindSafe for PtyUpdatedProps
impl Send for PtyUpdatedProps
impl Sync for PtyUpdatedProps
impl Unpin for PtyUpdatedProps
impl UnwindSafe for PtyUpdatedProps
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