pub struct ServerEndPoint {
http_client: HttpClientRef,
}
Fields§
§http_client: HttpClientRef
Implementations§
Source§impl ServerEndPoint
impl ServerEndPoint
pub fn id(&self, id: Uuid) -> IdEndpoint
Trait Implementations§
Source§impl Clone for ServerEndPoint
impl Clone for ServerEndPoint
Source§fn clone(&self) -> ServerEndPoint
fn clone(&self) -> ServerEndPoint
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 ServerEndPoint
impl !RefUnwindSafe for ServerEndPoint
impl !Send for ServerEndPoint
impl !Sync for ServerEndPoint
impl Unpin for ServerEndPoint
impl !UnwindSafe for ServerEndPoint
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