pub struct SystemConfigUserDto {
pub delete_delay: u32,
}Fields§
§delete_delay: u32Implementations§
Source§impl SystemConfigUserDto
impl SystemConfigUserDto
pub fn new(delete_delay: u32) -> SystemConfigUserDto
Trait Implementations§
Source§impl Clone for SystemConfigUserDto
impl Clone for SystemConfigUserDto
Source§fn clone(&self) -> SystemConfigUserDto
fn clone(&self) -> SystemConfigUserDto
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SystemConfigUserDto
impl Debug for SystemConfigUserDto
Source§impl Default for SystemConfigUserDto
impl Default for SystemConfigUserDto
Source§fn default() -> SystemConfigUserDto
fn default() -> SystemConfigUserDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SystemConfigUserDto
impl<'de> Deserialize<'de> for SystemConfigUserDto
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 SystemConfigUserDto
impl PartialEq for SystemConfigUserDto
Source§impl Serialize for SystemConfigUserDto
impl Serialize for SystemConfigUserDto
impl StructuralPartialEq for SystemConfigUserDto
Auto Trait Implementations§
impl Freeze for SystemConfigUserDto
impl RefUnwindSafe for SystemConfigUserDto
impl Send for SystemConfigUserDto
impl Sync for SystemConfigUserDto
impl Unpin for SystemConfigUserDto
impl UnsafeUnpin for SystemConfigUserDto
impl UnwindSafe for SystemConfigUserDto
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