[][src]Struct crosis::protocol::VcrLog

pub struct VcrLog {
    pub log: Vec<VcrEntry>,
    pub logfile: Option<File>,
}

Fields

log: Vec<VcrEntry>logfile: Option<File>

Trait Implementations

impl Clone for VcrLog[src]

impl Debug for VcrLog[src]

impl Default for VcrLog[src]

impl Message for VcrLog[src]

impl PartialEq<VcrLog> for VcrLog[src]

impl StructuralPartialEq for VcrLog[src]

Auto Trait Implementations

impl RefUnwindSafe for VcrLog

impl Send for VcrLog

impl Sync for VcrLog

impl Unpin for VcrLog

impl UnwindSafe for VcrLog

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.