pub struct L1Endpoints {
pub atlantic_query: Url,
pub proof_generation_verification: Url,
pub fact_hash_calculation: Url,
}Fields§
§atlantic_query: Url§proof_generation_verification: Url§fact_hash_calculation: UrlTrait Implementations§
Source§impl Clone for L1Endpoints
impl Clone for L1Endpoints
Source§fn clone(&self) -> L1Endpoints
fn clone(&self) -> L1Endpoints
Returns a duplicate 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 L1Endpoints
impl RefUnwindSafe for L1Endpoints
impl Send for L1Endpoints
impl Sync for L1Endpoints
impl Unpin for L1Endpoints
impl UnwindSafe for L1Endpoints
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