Struct autoconnect_common::broadcast::BroadcastSubsInit
source · pub struct BroadcastSubsInit(pub BroadcastSubs, pub Vec<Broadcast>);
Expand description
Return to Server::broadcast_init
the result of the first delta call for a client
given a full list of broadcast id’s and versions.
NOTE: this type is broken down immediately.
Tuple Fields§
§0: BroadcastSubs
§1: Vec<Broadcast>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BroadcastSubsInit
impl RefUnwindSafe for BroadcastSubsInit
impl Send for BroadcastSubsInit
impl Sync for BroadcastSubsInit
impl Unpin for BroadcastSubsInit
impl UnwindSafe for BroadcastSubsInit
Blanket Implementations§
§impl<T> AnySync for T
impl<T> AnySync for T
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