pub struct DtoSlugs {
pub root_freeze: Option<bool>,
pub root_id: Option<i64>,
pub path: Option<String>,
pub resource_type: Option<Value>,
pub resource_id: Option<i64>,
pub updated_at: Option<String>,
pub created_at: Option<String>,
pub freeze: Option<bool>,
}
Expand description
DtoSlugs 模型
Fields§
§root_freeze: Option<bool>
§root_id: Option<i64>
§path: Option<String>
§resource_type: Option<Value>
§resource_id: Option<i64>
§updated_at: Option<String>
§created_at: Option<String>
§freeze: Option<bool>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DtoSlugs
impl<'de> Deserialize<'de> for DtoSlugs
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
Auto Trait Implementations§
impl Freeze for DtoSlugs
impl RefUnwindSafe for DtoSlugs
impl Send for DtoSlugs
impl Sync for DtoSlugs
impl Unpin for DtoSlugs
impl UnwindSafe for DtoSlugs
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