pub struct profileImageId;
Trait Implementations§
Source§impl Field for profileImageId
impl Field for profileImageId
Auto Trait Implementations§
impl Freeze for profileImageId
impl RefUnwindSafe for profileImageId
impl Send for profileImageId
impl Sync for profileImageId
impl Unpin for profileImageId
impl UnwindSafe for profileImageId
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