Struct fiberplane_models::notebooks::TimelineCell
source · pub struct TimelineCell {
pub id: String,
pub data_links: Vec<String>,
pub read_only: Option<bool>,
}Fields§
§id: String§data_links: Vec<String>Links to the data to render in the timeline.
read_only: Option<bool>Implementations§
source§impl TimelineCell
impl TimelineCell
Trait Implementations§
source§impl Clone for TimelineCell
impl Clone for TimelineCell
source§fn clone(&self) -> TimelineCell
fn clone(&self) -> TimelineCell
Returns a copy 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 TimelineCell
impl Debug for TimelineCell
source§impl Default for TimelineCell
impl Default for TimelineCell
source§fn default() -> TimelineCell
fn default() -> TimelineCell
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TimelineCell
impl<'de> Deserialize<'de> for TimelineCell
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 TimelineCell
impl PartialEq for TimelineCell
source§fn eq(&self, other: &TimelineCell) -> bool
fn eq(&self, other: &TimelineCell) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for TimelineCell
impl Serialize for TimelineCell
impl Eq for TimelineCell
impl StructuralPartialEq for TimelineCell
Auto Trait Implementations§
impl Freeze for TimelineCell
impl RefUnwindSafe for TimelineCell
impl Send for TimelineCell
impl Sync for TimelineCell
impl Unpin for TimelineCell
impl UnwindSafe for TimelineCell
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