pub struct HostedServiceAccountCreateParams {
pub display_name: String,
pub scopes: Vec<HostedScope>,
}Fields§
§display_name: String§scopes: Vec<HostedScope>Trait Implementations§
Source§impl Clone for HostedServiceAccountCreateParams
impl Clone for HostedServiceAccountCreateParams
Source§fn clone(&self) -> HostedServiceAccountCreateParams
fn clone(&self) -> HostedServiceAccountCreateParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for HostedServiceAccountCreateParams
impl<'de> Deserialize<'de> for HostedServiceAccountCreateParams
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
Auto Trait Implementations§
impl Freeze for HostedServiceAccountCreateParams
impl RefUnwindSafe for HostedServiceAccountCreateParams
impl Send for HostedServiceAccountCreateParams
impl Sync for HostedServiceAccountCreateParams
impl Unpin for HostedServiceAccountCreateParams
impl UnsafeUnpin for HostedServiceAccountCreateParams
impl UnwindSafe for HostedServiceAccountCreateParams
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