pub enum SCPHistoryEntry {
Const0(SCPHistoryEntryV0),
}
Variants§
Const0(SCPHistoryEntryV0)
Trait Implementations§
Source§impl<Out: Write> Pack<Out> for SCPHistoryEntry
impl<Out: Write> Pack<Out> for SCPHistoryEntry
Auto Trait Implementations§
impl Freeze for SCPHistoryEntry
impl RefUnwindSafe for SCPHistoryEntry
impl Send for SCPHistoryEntry
impl Sync for SCPHistoryEntry
impl Unpin for SCPHistoryEntry
impl UnwindSafe for SCPHistoryEntry
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