Struct gsuite_api::types::CalendarResource [−][src]
pub struct CalendarResource {}Show 15 fields
pub building_id: String, pub capacity: i64, pub etags: String, pub feature_instances: Option<Value>, pub floor_name: String, pub floor_section: String, pub generated_resource_name: String, pub kind: String, pub resource_category: String, pub resource_description: String, pub resource_email: String, pub resource_id: String, pub resource_name: String, pub resource_type: String, pub user_visible_description: String,
Expand description
Public API: Resources.calendars
Fields
building_id: String
Public API: Resources.calendars
capacity: i64
Public API: Resources.calendars
Public API: Resources.calendars
feature_instances: Option<Value>
Public API: Resources.calendars
floor_name: String
Public API: Resources.calendars
floor_section: String
Public API: Resources.calendars
generated_resource_name: String
Public API: Resources.calendars
kind: String
Public API: Resources.calendars
resource_category: String
Public API: Resources.calendars
resource_description: String
Public API: Resources.calendars
resource_email: String
Public API: Resources.calendars
resource_id: String
Public API: Resources.calendars
resource_name: String
Public API: Resources.calendars
resource_type: String
Public API: Resources.calendars
user_visible_description: String
Public API: Resources.calendars
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for CalendarResource
impl Send for CalendarResource
impl Sync for CalendarResource
impl Unpin for CalendarResource
impl UnwindSafe for CalendarResource
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more