pub enum TimelineCloseMode {
RestoreOrigins,
LeaveInPlace,
TeleportToTarget,
}Variants§
Trait Implementations§
Source§impl Clone for TimelineCloseMode
impl Clone for TimelineCloseMode
Source§fn clone(&self) -> TimelineCloseMode
fn clone(&self) -> TimelineCloseMode
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 moreimpl Copy for TimelineCloseMode
Source§impl Debug for TimelineCloseMode
impl Debug for TimelineCloseMode
impl Eq for TimelineCloseMode
Source§impl PartialEq for TimelineCloseMode
impl PartialEq for TimelineCloseMode
Source§fn eq(&self, other: &TimelineCloseMode) -> bool
fn eq(&self, other: &TimelineCloseMode) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TimelineCloseMode
Auto Trait Implementations§
impl Freeze for TimelineCloseMode
impl RefUnwindSafe for TimelineCloseMode
impl Send for TimelineCloseMode
impl Sync for TimelineCloseMode
impl Unpin for TimelineCloseMode
impl UnsafeUnpin for TimelineCloseMode
impl UnwindSafe for TimelineCloseMode
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