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