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