[][src]Struct watchman_client::CreatedClockField

pub struct CreatedClockField { /* fields omitted */ }

The field corresponding to the cclock field. the cclock is the created clock; the clock value when we first observed the file, or the clock value when it last switched from !exists to exists.

Methods

impl CreatedClockField[src]

pub fn into_inner(self) -> ClockSpec[src]

Consumes the field and returns the underlying value storage

Methods from Deref<Target = ClockSpec>

Trait Implementations

impl Clone for CreatedClockField[src]

impl Debug for CreatedClockField[src]

impl Deref for CreatedClockField[src]

type Target = ClockSpec

The resulting type after dereferencing.

impl DerefMut for CreatedClockField[src]

impl<'de> Deserialize<'de> for CreatedClockField[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]