Struct google_classroom1::Feed [−][src]
pub struct Feed { pub feed_type: Option<String>, pub course_roster_changes_info: Option<CourseRosterChangesInfo>, }
A class of notifications that an application can register to receive. For example: "all roster changes for a domain".
This type is not used in any activity, and only used as part of another schema.
Fields
feed_type: Option<String>
The type of feed.
course_roster_changes_info: Option<CourseRosterChangesInfo>
Information about a Feed
with a feed_type
of COURSE_ROSTER_CHANGES
.
This field must be specified if feed_type
is COURSE_ROSTER_CHANGES
.
Trait Implementations
impl Default for Feed
[src]
impl Default for Feed
impl Clone for Feed
[src]
impl Clone for Feed
fn clone(&self) -> Feed
[src]
fn clone(&self) -> Feed
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for Feed
[src]
impl Debug for Feed
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Part for Feed
[src]
impl Part for Feed