Struct kanidm_proto::v1::AccountUnixExtend
source · pub struct AccountUnixExtend {
pub gidnumber: Option<u32>,
pub shell: Option<String>,
}
Fields§
§gidnumber: Option<u32>
§shell: Option<String>
Trait Implementations§
source§impl Clone for AccountUnixExtend
impl Clone for AccountUnixExtend
source§fn clone(&self) -> AccountUnixExtend
fn clone(&self) -> AccountUnixExtend
Returns a copy 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 Debug for AccountUnixExtend
impl Debug for AccountUnixExtend
source§impl<'de> Deserialize<'de> for AccountUnixExtend
impl<'de> Deserialize<'de> for AccountUnixExtend
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