pub struct HouseflowAPI {}
Implementations§
Source§impl HouseflowAPI
impl HouseflowAPI
pub fn new(server_address: SocketAddr) -> Self
Trait Implementations§
Source§impl Clone for HouseflowAPI
impl Clone for HouseflowAPI
Source§fn clone(&self) -> HouseflowAPI
fn clone(&self) -> HouseflowAPI
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 HouseflowAPI
impl RefUnwindSafe for HouseflowAPI
impl Send for HouseflowAPI
impl Sync for HouseflowAPI
impl Unpin for HouseflowAPI
impl UnwindSafe for HouseflowAPI
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