#[repr(C)]pub struct TimeLineHistoryCmd {
pub type_: NodeTag,
pub timeline: TimeLineID,
}Fields§
§type_: NodeTag§timeline: TimeLineIDTrait Implementations§
Source§impl Clone for TimeLineHistoryCmd
impl Clone for TimeLineHistoryCmd
Source§fn clone(&self) -> TimeLineHistoryCmd
fn clone(&self) -> TimeLineHistoryCmd
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 TimeLineHistoryCmd
Source§impl Debug for TimeLineHistoryCmd
impl Debug for TimeLineHistoryCmd
Source§impl Default for TimeLineHistoryCmd
impl Default for TimeLineHistoryCmd
Source§impl Display for TimeLineHistoryCmd
impl Display for TimeLineHistoryCmd
Auto Trait Implementations§
impl Freeze for TimeLineHistoryCmd
impl RefUnwindSafe for TimeLineHistoryCmd
impl Send for TimeLineHistoryCmd
impl Sync for TimeLineHistoryCmd
impl Unpin for TimeLineHistoryCmd
impl UnsafeUnpin for TimeLineHistoryCmd
impl UnwindSafe for TimeLineHistoryCmd
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