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