[][src]Struct drive_adv::UserFile

pub struct UserFile { /* fields omitted */ }

Trait Implementations

impl Debug for UserFile[src]

impl Default for UserFile[src]

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

impl<'insert> Insertable<table> for UserFile[src]

type Values = <(Option<Eq<id, String>>, Option<Eq<user_email, String>>, Option<Eq<viewed_by_me, bool>>, Option<Eq<viewed_by_me_time, String>>, Option<Eq<modified_by_me_time, String>>, Option<Eq<shared_with_me_time, String>>, Option<Eq<sharing_user, Value>>, Option<Eq<capabilities, Value>>) as Insertable<table>>::Values

The VALUES clause to insert these records Read more

impl<'insert> Insertable<table> for &'insert UserFile[src]

type Values = <(Option<Eq<id, &'insert String>>, Option<Eq<user_email, &'insert String>>, Option<Eq<viewed_by_me, &'insert bool>>, Option<Eq<viewed_by_me_time, &'insert String>>, Option<Eq<modified_by_me_time, &'insert String>>, Option<Eq<shared_with_me_time, &'insert String>>, Option<Eq<sharing_user, &'insert Value>>, Option<Eq<capabilities, &'insert Value>>) as Insertable<table>>::Values

The VALUES clause to insert these records Read more

impl<'insert> UndecoratedInsertRecord<table> for UserFile[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]

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

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

impl<T> IntoSql for T[src]

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.