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