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