pub struct ParsedAnimationFact {
pub kind: ParsedAnimationFactKind,
pub name: String,
pub range: TextRange,
}Fields§
§kind: ParsedAnimationFactKind§name: String§range: TextRangeTrait Implementations§
Source§impl Clone for ParsedAnimationFact
impl Clone for ParsedAnimationFact
Source§fn clone(&self) -> ParsedAnimationFact
fn clone(&self) -> ParsedAnimationFact
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 ParsedAnimationFact
impl Debug for ParsedAnimationFact
impl Eq for ParsedAnimationFact
Source§impl PartialEq for ParsedAnimationFact
impl PartialEq for ParsedAnimationFact
Source§fn eq(&self, other: &ParsedAnimationFact) -> bool
fn eq(&self, other: &ParsedAnimationFact) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ParsedAnimationFact
Auto Trait Implementations§
impl Freeze for ParsedAnimationFact
impl RefUnwindSafe for ParsedAnimationFact
impl Send for ParsedAnimationFact
impl Sync for ParsedAnimationFact
impl Unpin for ParsedAnimationFact
impl UnsafeUnpin for ParsedAnimationFact
impl UnwindSafe for ParsedAnimationFact
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.