pub struct GetEntityResult {
pub detail: EntityDetail,
}Fields§
§detail: EntityDetailTrait Implementations§
Source§impl Debug for GetEntityResult
impl Debug for GetEntityResult
Auto Trait Implementations§
impl Freeze for GetEntityResult
impl RefUnwindSafe for GetEntityResult
impl Send for GetEntityResult
impl Sync for GetEntityResult
impl Unpin for GetEntityResult
impl UnsafeUnpin for GetEntityResult
impl UnwindSafe for GetEntityResult
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