pub struct PaneTranscript {
pub pane: WirePaneId,
pub entries: Vec<WireEntryView>,
}Fields§
§pane: WirePaneId§entries: Vec<WireEntryView>Trait Implementations§
Source§impl Clone for PaneTranscript
impl Clone for PaneTranscript
Source§fn clone(&self) -> PaneTranscript
fn clone(&self) -> PaneTranscript
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 PaneTranscript
impl Debug for PaneTranscript
Source§impl<'de> Deserialize<'de> for PaneTranscript
impl<'de> Deserialize<'de> for PaneTranscript
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 PaneTranscript
impl PartialEq for PaneTranscript
Source§impl Serialize for PaneTranscript
impl Serialize for PaneTranscript
impl StructuralPartialEq for PaneTranscript
Auto Trait Implementations§
impl Freeze for PaneTranscript
impl RefUnwindSafe for PaneTranscript
impl Send for PaneTranscript
impl Sync for PaneTranscript
impl Unpin for PaneTranscript
impl UnsafeUnpin for PaneTranscript
impl UnwindSafe for PaneTranscript
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