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