pub struct UpdateAdminBlogConfigResponse {
pub config: BlogConfig,
}Expand description
UpdateAdminBlogConfigResponse model.
Fields§
§config: BlogConfigTrait Implementations§
Source§impl Clone for UpdateAdminBlogConfigResponse
impl Clone for UpdateAdminBlogConfigResponse
Source§fn clone(&self) -> UpdateAdminBlogConfigResponse
fn clone(&self) -> UpdateAdminBlogConfigResponse
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 Default for UpdateAdminBlogConfigResponse
impl Default for UpdateAdminBlogConfigResponse
Source§fn default() -> UpdateAdminBlogConfigResponse
fn default() -> UpdateAdminBlogConfigResponse
Returns the “default value” for a type. Read more
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