pub struct ResolvedBackend {
pub observer_api_url: Url,
pub audience: String,
pub resolution_path: String,
}Fields§
§observer_api_url: Url§audience: String§resolution_path: StringTrait Implementations§
Source§impl Clone for ResolvedBackend
impl Clone for ResolvedBackend
Source§fn clone(&self) -> ResolvedBackend
fn clone(&self) -> ResolvedBackend
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ResolvedBackend
impl RefUnwindSafe for ResolvedBackend
impl Send for ResolvedBackend
impl Sync for ResolvedBackend
impl Unpin for ResolvedBackend
impl UnsafeUnpin for ResolvedBackend
impl UnwindSafe for ResolvedBackend
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