pub struct UpdateAdminBlogConfigResponse {
pub config: BlogConfig,
}Expand description
UpdateAdminBlogConfigResponse model.
Fields§
§config: BlogConfigTrait Implementations§
Source§impl<'de> Deserialize<'de> for UpdateAdminBlogConfigResponse
impl<'de> Deserialize<'de> for UpdateAdminBlogConfigResponse
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
impl StructuralPartialEq for UpdateAdminBlogConfigResponse
Auto Trait Implementations§
impl Freeze for UpdateAdminBlogConfigResponse
impl RefUnwindSafe for UpdateAdminBlogConfigResponse
impl Send for UpdateAdminBlogConfigResponse
impl Sync for UpdateAdminBlogConfigResponse
impl Unpin for UpdateAdminBlogConfigResponse
impl UnsafeUnpin for UpdateAdminBlogConfigResponse
impl UnwindSafe for UpdateAdminBlogConfigResponse
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