pub struct RailOutputSnapshot {
pub output: String,
pub visibility: RailVisibility,
pub items: Vec<RailItemInfo>,
}Fields§
§output: String§visibility: RailVisibility§items: Vec<RailItemInfo>Trait Implementations§
Source§impl Clone for RailOutputSnapshot
impl Clone for RailOutputSnapshot
Source§fn clone(&self) -> RailOutputSnapshot
fn clone(&self) -> RailOutputSnapshot
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 RailOutputSnapshot
impl Debug for RailOutputSnapshot
Source§impl<'de> Deserialize<'de> for RailOutputSnapshot
impl<'de> Deserialize<'de> for RailOutputSnapshot
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 RailOutputSnapshot
Source§impl PartialEq for RailOutputSnapshot
impl PartialEq for RailOutputSnapshot
Source§fn eq(&self, other: &RailOutputSnapshot) -> bool
fn eq(&self, other: &RailOutputSnapshot) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RailOutputSnapshot
impl Serialize for RailOutputSnapshot
impl StructuralPartialEq for RailOutputSnapshot
Auto Trait Implementations§
impl Freeze for RailOutputSnapshot
impl RefUnwindSafe for RailOutputSnapshot
impl Send for RailOutputSnapshot
impl Sync for RailOutputSnapshot
impl Unpin for RailOutputSnapshot
impl UnsafeUnpin for RailOutputSnapshot
impl UnwindSafe for RailOutputSnapshot
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