pub struct labelId;Trait Implementations§
impl HasInputField<labelId, Option<String>> for ViewPreferencesCreateInput
Auto Trait Implementations§
impl Freeze for labelId
impl RefUnwindSafe for labelId
impl Send for labelId
impl Sync for labelId
impl Unpin for labelId
impl UnwindSafe for labelId
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