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