pub struct L2Endpoints {
pub atlantic_query: Url,
pub from_proof_generation_to_proof_verification: Url,
pub proof_verification: Url,
pub fact_hash_calculation: Url,
}Fields§
§atlantic_query: Url§from_proof_generation_to_proof_verification: Url§proof_verification: Url§fact_hash_calculation: UrlTrait Implementations§
Source§impl Clone for L2Endpoints
impl Clone for L2Endpoints
Source§fn clone(&self) -> L2Endpoints
fn clone(&self) -> L2Endpoints
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for L2Endpoints
impl RefUnwindSafe for L2Endpoints
impl Send for L2Endpoints
impl Sync for L2Endpoints
impl Unpin for L2Endpoints
impl UnwindSafe for L2Endpoints
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