pub struct externalIds;Trait Implementations§
Source§impl Field for externalIds
impl Field for externalIds
Auto Trait Implementations§
impl Freeze for externalIds
impl RefUnwindSafe for externalIds
impl Send for externalIds
impl Sync for externalIds
impl Unpin for externalIds
impl UnwindSafe for externalIds
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