pub struct PluginConfigUser {
pub gid: Option<i32>,
pub uid: Option<i32>,
}
Expand description
PluginConfigUser : PluginConfigUser plugin config user
Fields§
§gid: Option<i32>
g ID
uid: Option<i32>
UID
Implementations§
source§impl PluginConfigUser
impl PluginConfigUser
sourcepub fn new() -> PluginConfigUser
pub fn new() -> PluginConfigUser
PluginConfigUser plugin config user
Trait Implementations§
source§impl Clone for PluginConfigUser
impl Clone for PluginConfigUser
source§fn clone(&self) -> PluginConfigUser
fn clone(&self) -> PluginConfigUser
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 PluginConfigUser
impl Debug for PluginConfigUser
source§impl Default for PluginConfigUser
impl Default for PluginConfigUser
source§fn default() -> PluginConfigUser
fn default() -> PluginConfigUser
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for PluginConfigUser
impl<'de> Deserialize<'de> for PluginConfigUser
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 PartialEq for PluginConfigUser
impl PartialEq for PluginConfigUser
source§fn eq(&self, other: &PluginConfigUser) -> bool
fn eq(&self, other: &PluginConfigUser) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PluginConfigUser
impl Serialize for PluginConfigUser
impl StructuralPartialEq for PluginConfigUser
Auto Trait Implementations§
impl Freeze for PluginConfigUser
impl RefUnwindSafe for PluginConfigUser
impl Send for PluginConfigUser
impl Sync for PluginConfigUser
impl Unpin for PluginConfigUser
impl UnwindSafe for PluginConfigUser
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)