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