[][src]Struct drive_adv::File

pub struct File { /* fields omitted */ }

Trait Implementations

impl Debug for File[src]

impl Default for File[src]

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

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

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

type Values = <(Option<Eq<id, &'insert String>>, Option<Eq<name, &'insert String>>, Option<Eq<mime_type, &'insert String>>, Option<Eq<description, &'insert String>>, Option<Eq<trashed, &'insert bool>>, Option<Eq<starred, &'insert bool>>, Option<Eq<explicitly_trashed, &'insert bool>>, Option<Eq<trashing_user, &'insert Value>>, Option<Eq<trashed_time, &'insert String>>, Option<Eq<properties, &'insert Value>>, Option<Eq<web_content_link, &'insert String>>, Option<Eq<web_view_link, &'insert String>>, Option<Eq<created_time, &'insert String>>, Option<Eq<modified_time, &'insert String>>, Option<Eq<owners, &'insert Value>>, Option<Eq<drive_id, &'insert String>>, Option<Eq<last_modifying_user, &'insert Value>>, Option<Eq<shared, &'insert bool>>, Option<Eq<viewers_can_copy_content, &'insert bool>>, Option<Eq<copy_requires_writer_permission, &'insert bool>>, Option<Eq<writers_can_share, &'insert bool>>, Option<Eq<has_augmented_permissions, &'insert bool>>, Option<Eq<folder_color_rgb, &'insert String>>, Option<Eq<original_filename, &'insert String>>, Option<Eq<full_file_extension, &'insert String>>, Option<Eq<file_extension, &'insert String>>, Option<Eq<md5_checksum, &'insert String>>, Option<Eq<head_revision_id, &'insert String>>, Option<Eq<image_media_metadata, &'insert Value>>, Option<Eq<video_media_metadata, &'insert Value>>, Option<Eq<is_app_authorized, &'insert bool>>) as Insertable<table>>::Values

The VALUES clause to insert these records Read more

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

Auto Trait Implementations

impl RefUnwindSafe for File

impl Send for File

impl Sync for File

impl Unpin for File

impl UnwindSafe for File

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.