pub struct AdminUpdateDocsConfigResponseConfig { /* private fields */ }Implementations§
Source§impl AdminUpdateDocsConfigResponseConfig
impl AdminUpdateDocsConfigResponseConfig
pub fn custom_sections<T>(self, value: T) -> Self
pub fn intro_markdown<T>(self, value: T) -> Self
pub fn intro_markdown_translations<T>(self, value: T) -> Self
pub fn outro_markdown<T>(self, value: T) -> Self
pub fn outro_markdown_translations<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for AdminUpdateDocsConfigResponseConfig
impl Clone for AdminUpdateDocsConfigResponseConfig
Source§fn clone(&self) -> AdminUpdateDocsConfigResponseConfig
fn clone(&self) -> AdminUpdateDocsConfigResponseConfig
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 From<AdminUpdateDocsConfigResponseConfig> for AdminUpdateDocsConfigResponseConfig
impl From<AdminUpdateDocsConfigResponseConfig> for AdminUpdateDocsConfigResponseConfig
Source§fn from(value: AdminUpdateDocsConfigResponseConfig) -> Self
fn from(value: AdminUpdateDocsConfigResponseConfig) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AdminUpdateDocsConfigResponseConfig> for AdminUpdateDocsConfigResponseConfig
impl TryFrom<AdminUpdateDocsConfigResponseConfig> for AdminUpdateDocsConfigResponseConfig
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(
value: AdminUpdateDocsConfigResponseConfig,
) -> Result<Self, ConversionError>
fn try_from( value: AdminUpdateDocsConfigResponseConfig, ) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AdminUpdateDocsConfigResponseConfig
impl RefUnwindSafe for AdminUpdateDocsConfigResponseConfig
impl Send for AdminUpdateDocsConfigResponseConfig
impl Sync for AdminUpdateDocsConfigResponseConfig
impl Unpin for AdminUpdateDocsConfigResponseConfig
impl UnsafeUnpin for AdminUpdateDocsConfigResponseConfig
impl UnwindSafe for AdminUpdateDocsConfigResponseConfig
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