pub struct profileTagIds;
Trait Implementations§
Source§impl Field for profileTagIds
impl Field for profileTagIds
impl HasInputField<profileTagIds, Option<Vec<String>>> for UpdateUserDataInput
Auto Trait Implementations§
impl Freeze for profileTagIds
impl RefUnwindSafe for profileTagIds
impl Send for profileTagIds
impl Sync for profileTagIds
impl Unpin for profileTagIds
impl UnwindSafe for profileTagIds
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