pub struct GoogleAppsCloudidentityDevicesV1CustomAttributeValue {
pub bool_value: Option<bool>,
pub number_value: Option<f64>,
pub string_value: Option<String>,
}Expand description
Additional custom attribute values may be one of these types
This type is not used in any activity, and only used as part of another schema.
Fields§
§bool_value: Option<bool>Represents a boolean value.
number_value: Option<f64>Represents a double value.
string_value: Option<String>Represents a string value.
Trait Implementations§
Source§impl Clone for GoogleAppsCloudidentityDevicesV1CustomAttributeValue
impl Clone for GoogleAppsCloudidentityDevicesV1CustomAttributeValue
Source§fn clone(&self) -> GoogleAppsCloudidentityDevicesV1CustomAttributeValue
fn clone(&self) -> GoogleAppsCloudidentityDevicesV1CustomAttributeValue
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleAppsCloudidentityDevicesV1CustomAttributeValue
impl Default for GoogleAppsCloudidentityDevicesV1CustomAttributeValue
Source§fn default() -> GoogleAppsCloudidentityDevicesV1CustomAttributeValue
fn default() -> GoogleAppsCloudidentityDevicesV1CustomAttributeValue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleAppsCloudidentityDevicesV1CustomAttributeValue
impl<'de> Deserialize<'de> for GoogleAppsCloudidentityDevicesV1CustomAttributeValue
Source§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
impl Part for GoogleAppsCloudidentityDevicesV1CustomAttributeValue
Auto Trait Implementations§
impl Freeze for GoogleAppsCloudidentityDevicesV1CustomAttributeValue
impl RefUnwindSafe for GoogleAppsCloudidentityDevicesV1CustomAttributeValue
impl Send for GoogleAppsCloudidentityDevicesV1CustomAttributeValue
impl Sync for GoogleAppsCloudidentityDevicesV1CustomAttributeValue
impl Unpin for GoogleAppsCloudidentityDevicesV1CustomAttributeValue
impl UnwindSafe for GoogleAppsCloudidentityDevicesV1CustomAttributeValue
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more