pub struct LongPollServer {
pub server: String,
pub key: String,
pub ts: String,
}Fields§
§server: String§key: String§ts: StringTrait Implementations§
Source§impl Clone for LongPollServer
impl Clone for LongPollServer
Source§fn clone(&self) -> LongPollServer
fn clone(&self) -> LongPollServer
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 LongPollServer
impl RefUnwindSafe for LongPollServer
impl Send for LongPollServer
impl Sync for LongPollServer
impl Unpin for LongPollServer
impl UnwindSafe for LongPollServer
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