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