#[repr(C)]pub struct EntryPointResponse {
pub revision: u64,
}
Expand description
Response to [EntryPointRequest
]
Fields§
§revision: u64
The response revision number
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EntryPointResponse
impl RefUnwindSafe for EntryPointResponse
impl Send for EntryPointResponse
impl Sync for EntryPointResponse
impl Unpin for EntryPointResponse
impl UnwindSafe for EntryPointResponse
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