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,
}A user’s posix account.
Fields
account_id: Stringgecos: Stringgid: isizehome_directory: Stringoperating_system_type: Stringprimary: boolshell: Stringsystem_id: Stringuid: isizeusername: StringTrait Implementations
impl Clone for UserPosixAccount[src]
impl Clone for UserPosixAccount[src]fn clone(&self) -> UserPosixAccount[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for UserPosixAccount[src]
impl Default for UserPosixAccount[src]fn default() -> UserPosixAccount[src]
impl<'de> Deserialize<'de> for UserPosixAccount[src]
impl<'de> Deserialize<'de> for UserPosixAccount[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for UserPosixAccount[src]
impl Serialize for UserPosixAccount[src]Auto Trait Implementations
impl RefUnwindSafe for UserPosixAccount
impl RefUnwindSafe for UserPosixAccountimpl Send for UserPosixAccount
impl Send for UserPosixAccountimpl Sync for UserPosixAccount
impl Sync for UserPosixAccountimpl Unpin for UserPosixAccount
impl Unpin for UserPosixAccountimpl UnwindSafe for UserPosixAccount
impl UnwindSafe for UserPosixAccountBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,