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