pub struct EventTrackProxy { /* private fields */ }
Implementations§
Source§impl EventTrackProxy
impl EventTrackProxy
pub async fn save(&self)
pub fn id(&self) -> String
pub async fn add_layer<T: TKeyframeData>(
&self,
args: EventTrackLayerArgs,
) -> EventTrackLayerProxy<T>where
KeyframeData: From<T>,
Trait Implementations§
Source§impl Clone for EventTrackProxy
impl Clone for EventTrackProxy
Source§fn clone(&self) -> EventTrackProxy
fn clone(&self) -> EventTrackProxy
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 moreAuto Trait Implementations§
impl Freeze for EventTrackProxy
impl !RefUnwindSafe for EventTrackProxy
impl Send for EventTrackProxy
impl Sync for EventTrackProxy
impl Unpin for EventTrackProxy
impl !UnwindSafe for EventTrackProxy
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