Struct google_books1::VolumeUserInfoFamilySharing [] [src]

pub struct VolumeUserInfoFamilySharing {
    pub is_sharing_disabled_by_fop: Option<bool>,
    pub family_role: Option<String>,
    pub is_sharing_allowed: Option<bool>,
}

Information on the ability to share with the family.

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

Fields

Whether or not sharing this volume is temporarily disabled due to issues with the Family Wallet.

The role of the user in the family.

Whether or not this volume can be shared with the family by the user. This includes sharing eligibility of both the volume and the user. If the value is true, the user can initiate a family sharing action.

Trait Implementations

impl Default for VolumeUserInfoFamilySharing
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for VolumeUserInfoFamilySharing
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for VolumeUserInfoFamilySharing
[src]

[src]

Formats the value using the given formatter.

impl NestedType for VolumeUserInfoFamilySharing
[src]

impl Part for VolumeUserInfoFamilySharing
[src]