pub struct OpenTimelineId(/* private fields */);Expand description
The OpenTimeline ID type is a UUIDv4
Implementations§
Trait Implementations§
Source§impl Clone for OpenTimelineId
impl Clone for OpenTimelineId
Source§fn clone(&self) -> OpenTimelineId
fn clone(&self) -> OpenTimelineId
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 OpenTimelineId
impl Debug for OpenTimelineId
Source§impl<'de> Deserialize<'de> for OpenTimelineId
impl<'de> Deserialize<'de> for OpenTimelineId
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 Display for OpenTimelineId
impl Display for OpenTimelineId
Source§impl Hash for OpenTimelineId
impl Hash for OpenTimelineId
Source§impl Ord for OpenTimelineId
impl Ord for OpenTimelineId
Source§fn cmp(&self, other: &OpenTimelineId) -> Ordering
fn cmp(&self, other: &OpenTimelineId) -> 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 OpenTimelineId
impl PartialEq for OpenTimelineId
Source§impl PartialOrd for OpenTimelineId
impl PartialOrd for OpenTimelineId
Source§impl Serialize for OpenTimelineId
impl Serialize for OpenTimelineId
impl Copy for OpenTimelineId
impl Eq for OpenTimelineId
impl StructuralPartialEq for OpenTimelineId
Auto Trait Implementations§
impl Freeze for OpenTimelineId
impl RefUnwindSafe for OpenTimelineId
impl Send for OpenTimelineId
impl Sync for OpenTimelineId
impl Unpin for OpenTimelineId
impl UnsafeUnpin for OpenTimelineId
impl UnwindSafe for OpenTimelineId
Blanket Implementations§
Source§impl<T> BoolTagExprLexicalParse for Twhere
T: ToString,
impl<T> BoolTagExprLexicalParse for Twhere
T: ToString,
Source§fn lexical_parse(self) -> Result<LexicalTokenStream, ParseError>
fn lexical_parse(self) -> Result<LexicalTokenStream, ParseError>
Lexically parse value
Source§impl<T> BoolTagExprSyntaxParse<T> for Twhere
T: BoolTagExprLexicalParse,
impl<T> BoolTagExprSyntaxParse<T> for Twhere
T: BoolTagExprLexicalParse,
Source§fn syntax_parse(self) -> Result<BoolTagExpr, ParseError>
fn syntax_parse(self) -> Result<BoolTagExpr, ParseError>
Lexically and then syntactically parse the value into a boolean
expression tree
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