pub struct LiveClient {
pub colors: HashMap<String, HashMap<(usize, usize), Color>>,
}Fields§
§colors: HashMap<String, HashMap<(usize, usize), Color>>Implementations§
Source§impl LiveClient
impl LiveClient
pub fn connect_to_live_server( server_address: Option<SocketAddr>, ) -> Option<LiveClient>
Auto Trait Implementations§
impl Freeze for LiveClient
impl RefUnwindSafe for LiveClient
impl Send for LiveClient
impl Sync for LiveClient
impl Unpin for LiveClient
impl UnsafeUnpin for LiveClient
impl UnwindSafe for LiveClient
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