pub struct ServiceSettingSettingPostResult {
pub id: Option<i64>,
}Fields§
§id: Option<i64>Implementations§
Trait Implementations§
Source§impl Clone for ServiceSettingSettingPostResult
impl Clone for ServiceSettingSettingPostResult
Source§fn clone(&self) -> ServiceSettingSettingPostResult
fn clone(&self) -> ServiceSettingSettingPostResult
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 Default for ServiceSettingSettingPostResult
impl Default for ServiceSettingSettingPostResult
Source§fn default() -> ServiceSettingSettingPostResult
fn default() -> ServiceSettingSettingPostResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ServiceSettingSettingPostResult
impl<'de> Deserialize<'de> for ServiceSettingSettingPostResult
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 ServiceSettingSettingPostResult
impl PartialEq for ServiceSettingSettingPostResult
Source§fn eq(&self, other: &ServiceSettingSettingPostResult) -> bool
fn eq(&self, other: &ServiceSettingSettingPostResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ServiceSettingSettingPostResult
Auto Trait Implementations§
impl Freeze for ServiceSettingSettingPostResult
impl RefUnwindSafe for ServiceSettingSettingPostResult
impl Send for ServiceSettingSettingPostResult
impl Sync for ServiceSettingSettingPostResult
impl Unpin for ServiceSettingSettingPostResult
impl UnwindSafe for ServiceSettingSettingPostResult
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