pub struct FakeRealtimeAttempt {
pub realtime_url: String,
pub identity: ClientIdentity,
}Expand description
Redacted fake realtime connect attempt.
Fields§
§realtime_url: StringRealtime URL used for the attempt.
identity: ClientIdentityClient identity used for the attempt.
Trait Implementations§
Source§impl Clone for FakeRealtimeAttempt
impl Clone for FakeRealtimeAttempt
Source§fn clone(&self) -> FakeRealtimeAttempt
fn clone(&self) -> FakeRealtimeAttempt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FakeRealtimeAttempt
impl Debug for FakeRealtimeAttempt
impl Eq for FakeRealtimeAttempt
Source§impl PartialEq for FakeRealtimeAttempt
impl PartialEq for FakeRealtimeAttempt
impl StructuralPartialEq for FakeRealtimeAttempt
Auto Trait Implementations§
impl Freeze for FakeRealtimeAttempt
impl RefUnwindSafe for FakeRealtimeAttempt
impl Send for FakeRealtimeAttempt
impl Sync for FakeRealtimeAttempt
impl Unpin for FakeRealtimeAttempt
impl UnsafeUnpin for FakeRealtimeAttempt
impl UnwindSafe for FakeRealtimeAttempt
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