Struct gsuite_api::UserPosixAccount [−][src]
pub struct UserPosixAccount {
pub account_id: String,
pub gecos: String,
pub gid: isize,
pub home_directory: String,
pub operating_system_type: String,
pub primary: bool,
pub shell: String,
pub system_id: String,
pub uid: isize,
pub username: String,
}Expand description
A user’s posix account.
Fields
account_id: Stringgecos: Stringgid: isizehome_directory: Stringoperating_system_type: Stringprimary: boolshell: Stringsystem_id: Stringuid: isizeusername: StringTrait 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
Auto Trait Implementations
impl RefUnwindSafe for UserPosixAccountimpl Send for UserPosixAccountimpl Sync for UserPosixAccountimpl Unpin for UserPosixAccountimpl UnwindSafe for UserPosixAccountBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V