pub struct VoxDebugSnapshot {
pub connections: Vec<ConnectionDebugSnapshot>,
}Fields§
§connections: Vec<ConnectionDebugSnapshot>Trait Implementations§
Source§impl Clone for VoxDebugSnapshot
impl Clone for VoxDebugSnapshot
Source§fn clone(&self) -> VoxDebugSnapshot
fn clone(&self) -> VoxDebugSnapshot
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 VoxDebugSnapshot
impl Debug for VoxDebugSnapshot
Source§impl Default for VoxDebugSnapshot
impl Default for VoxDebugSnapshot
Source§fn default() -> VoxDebugSnapshot
fn default() -> VoxDebugSnapshot
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VoxDebugSnapshot
impl RefUnwindSafe for VoxDebugSnapshot
impl Send for VoxDebugSnapshot
impl Sync for VoxDebugSnapshot
impl Unpin for VoxDebugSnapshot
impl UnsafeUnpin for VoxDebugSnapshot
impl UnwindSafe for VoxDebugSnapshot
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