pub struct ReducedEntity { /* private fields */ }Expand description
The reduced entity type - holds only the OpenTimelineId and Name of the
full type
Trait Implementations§
Source§impl Clone for ReducedEntity
impl Clone for ReducedEntity
Source§fn clone(&self) -> ReducedEntity
fn clone(&self) -> ReducedEntity
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 ReducedEntity
impl Debug for ReducedEntity
Source§impl<'de> Deserialize<'de> for ReducedEntity
impl<'de> Deserialize<'de> for ReducedEntity
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<ReducedEntity> for ReducedEntities
impl FromIterator<ReducedEntity> for ReducedEntities
Source§fn from_iter<T: IntoIterator<Item = ReducedEntity>>(iter: T) -> Self
fn from_iter<T: IntoIterator<Item = ReducedEntity>>(iter: T) -> Self
Creates a value from an iterator. Read more
Source§impl Hash for ReducedEntity
impl Hash for ReducedEntity
Source§impl IsReducedType for ReducedEntity
impl IsReducedType for ReducedEntity
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 ReducedEntity
impl Ord for ReducedEntity
Source§fn cmp(&self, other: &ReducedEntity) -> Ordering
fn cmp(&self, other: &ReducedEntity) -> 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 ReducedEntity
impl PartialEq for ReducedEntity
Source§impl PartialOrd for ReducedEntity
impl PartialOrd for ReducedEntity
Source§impl Serialize for ReducedEntity
impl Serialize for ReducedEntity
impl Eq for ReducedEntity
impl StructuralPartialEq for ReducedEntity
Auto Trait Implementations§
impl Freeze for ReducedEntity
impl RefUnwindSafe for ReducedEntity
impl Send for ReducedEntity
impl Sync for ReducedEntity
impl Unpin for ReducedEntity
impl UnsafeUnpin for ReducedEntity
impl UnwindSafe for ReducedEntity
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