Struct kanidm_proto::v1::AccountUnixExtend
source · pub struct AccountUnixExtend {
pub gidnumber: Option<u32>,
pub shell: Option<String>,
}
Expand description
Request addition of unix attributes to an account
Fields§
§gidnumber: Option<u32>
§shell: Option<String>
The internal attribute is “loginshell” but we use shell in the API currently
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
source§impl Serialize for AccountUnixExtend
impl Serialize for AccountUnixExtend
Auto Trait Implementations§
impl Freeze for AccountUnixExtend
impl RefUnwindSafe for AccountUnixExtend
impl Send for AccountUnixExtend
impl Sync for AccountUnixExtend
impl Unpin for AccountUnixExtend
impl UnwindSafe for AccountUnixExtend
Blanket Implementations§
§impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedExplicit<'a> for Twhere
T: 'a,
§impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
impl<'a, T> AsTaggedImplicit<'a> for Twhere
T: 'a,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)