#[repr(C)]pub struct TimeLineHistoryCmd {
pub type_: NodeTag,
pub timeline: TimeLineID,
}
Fields§
§type_: NodeTag
§timeline: TimeLineID
Trait Implementations§
Source§impl Clone for TimeLineHistoryCmd
impl Clone for TimeLineHistoryCmd
Source§fn clone(&self) -> TimeLineHistoryCmd
fn clone(&self) -> TimeLineHistoryCmd
Returns a copy 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 TimeLineHistoryCmd
impl Debug for TimeLineHistoryCmd
Source§impl Default for TimeLineHistoryCmd
impl Default for TimeLineHistoryCmd
Source§impl Display for TimeLineHistoryCmd
impl Display for TimeLineHistoryCmd
Source§impl PgNode for TimeLineHistoryCmd
impl PgNode for TimeLineHistoryCmd
Source§fn display_node(&self) -> String
fn display_node(&self) -> String
Format this node Read more
impl Copy 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 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