pub struct UserUpdateInput;Trait Implementations§
impl HasInputField<avatarUrl, Option<String>> for UserUpdateInput
impl HasInputField<description, Option<String>> for UserUpdateInput
impl HasInputField<displayName, Option<String>> for UserUpdateInput
impl HasInputField<name, Option<String>> for UserUpdateInput
impl HasInputField<statusEmoji, Option<String>> for UserUpdateInput
impl HasInputField<statusLabel, Option<String>> for UserUpdateInput
impl HasInputField<statusUntilAt, Option<DateTime>> for UserUpdateInput
impl HasInputField<timezone, Option<String>> for UserUpdateInput
impl InputObjectMarker for UserUpdateInput
Auto Trait Implementations§
impl Freeze for UserUpdateInput
impl RefUnwindSafe for UserUpdateInput
impl Send for UserUpdateInput
impl Sync for UserUpdateInput
impl Unpin for UserUpdateInput
impl UnwindSafe for UserUpdateInput
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