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