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