pub struct ApiUrl(/* private fields */);
Expand description
Url
to which transport layer will connect.
Trait Implementations§
impl Eq for ApiUrl
impl StructuralPartialEq for ApiUrl
Auto Trait Implementations§
impl Freeze for ApiUrl
impl RefUnwindSafe for ApiUrl
impl Send for ApiUrl
impl Sync for ApiUrl
impl Unpin for ApiUrl
impl UnwindSafe for ApiUrl
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