pub struct ReducedTimeline { /* private fields */ }Expand description
The reduced entity type - holds only the OpenTimelineId and Name of the
full type
Trait Implementations§
Source§impl Clone for ReducedTimeline
impl Clone for ReducedTimeline
Source§fn clone(&self) -> ReducedTimeline
fn clone(&self) -> ReducedTimeline
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 ReducedTimeline
impl Debug for ReducedTimeline
Source§impl<'de> Deserialize<'de> for ReducedTimeline
impl<'de> Deserialize<'de> for ReducedTimeline
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 FromIterator<ReducedTimeline> for ReducedTimelines
impl FromIterator<ReducedTimeline> for ReducedTimelines
Source§fn from_iter<T: IntoIterator<Item = ReducedTimeline>>(iter: T) -> Self
fn from_iter<T: IntoIterator<Item = ReducedTimeline>>(iter: T) -> Self
Creates a value from an iterator. Read more
Source§impl Hash for ReducedTimeline
impl Hash for ReducedTimeline
Source§impl IsReducedType for ReducedTimeline
impl IsReducedType for ReducedTimeline
Source§fn from_id_and_name(id: OpenTimelineId, name: Name) -> Self
fn from_id_and_name(id: OpenTimelineId, name: Name) -> Self
Instantiate the reduced type using its ID and name
Source§fn id(&self) -> OpenTimelineId
fn id(&self) -> OpenTimelineId
Get the ID of the thing
Source§impl Ord for ReducedTimeline
impl Ord for ReducedTimeline
Source§fn cmp(&self, other: &ReducedTimeline) -> Ordering
fn cmp(&self, other: &ReducedTimeline) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ReducedTimeline
impl PartialEq for ReducedTimeline
Source§impl PartialOrd for ReducedTimeline
impl PartialOrd for ReducedTimeline
Source§impl Serialize for ReducedTimeline
impl Serialize for ReducedTimeline
impl Eq for ReducedTimeline
impl StructuralPartialEq for ReducedTimeline
Auto Trait Implementations§
impl Freeze for ReducedTimeline
impl RefUnwindSafe for ReducedTimeline
impl Send for ReducedTimeline
impl Sync for ReducedTimeline
impl Unpin for ReducedTimeline
impl UnsafeUnpin for ReducedTimeline
impl UnwindSafe for ReducedTimeline
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