[][src]Struct google_classroom1::Form

pub struct Form {
    pub form_url: Option<String>,
    pub thumbnail_url: Option<String>,
    pub response_url: Option<String>,
    pub title: Option<String>,
}

Google Forms item.

This type is not used in any activity, and only used as part of another schema.

Fields

form_url: Option<String>

URL of the form.

thumbnail_url: Option<String>

URL of a thumbnail image of the Form.

Read-only.

response_url: Option<String>

URL of the form responses document. Only set if respsonses have been recorded and only when the requesting user is an editor of the form.

Read-only.

title: Option<String>

Title of the Form.

Read-only.

Trait Implementations

impl Part for Form[src]

impl Clone for Form[src]

impl Default for Form[src]

impl Debug for Form[src]

impl Serialize for Form[src]

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

Auto Trait Implementations

impl Send for Form

impl Sync for Form

impl Unpin for Form

impl UnwindSafe for Form

impl RefUnwindSafe for Form

Blanket Implementations

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 = !

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> Typeable for T where
    T: Any

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