pub struct CreateProfileImageResponseDto {
pub profile_changed_at: String,
pub profile_image_path: String,
pub user_id: String,
}Fields§
§profile_changed_at: String§profile_image_path: String§user_id: StringImplementations§
Trait Implementations§
Source§impl Clone for CreateProfileImageResponseDto
impl Clone for CreateProfileImageResponseDto
Source§fn clone(&self) -> CreateProfileImageResponseDto
fn clone(&self) -> CreateProfileImageResponseDto
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 Default for CreateProfileImageResponseDto
impl Default for CreateProfileImageResponseDto
Source§fn default() -> CreateProfileImageResponseDto
fn default() -> CreateProfileImageResponseDto
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateProfileImageResponseDto
impl<'de> Deserialize<'de> for CreateProfileImageResponseDto
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for CreateProfileImageResponseDto
Auto Trait Implementations§
impl Freeze for CreateProfileImageResponseDto
impl RefUnwindSafe for CreateProfileImageResponseDto
impl Send for CreateProfileImageResponseDto
impl Sync for CreateProfileImageResponseDto
impl Unpin for CreateProfileImageResponseDto
impl UnsafeUnpin for CreateProfileImageResponseDto
impl UnwindSafe for CreateProfileImageResponseDto
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