pub struct ObjectEvaluatedNames {
pub names: Rc<RefCell<HashSet<String>>>,
}Expand description
Successfully evaluated object property names at one instance (for unevaluatedProperties).
Fields§
§names: Rc<RefCell<HashSet<String>>>Implementations§
Trait Implementations§
Source§impl Clone for ObjectEvaluatedNames
impl Clone for ObjectEvaluatedNames
Source§fn clone(&self) -> ObjectEvaluatedNames
fn clone(&self) -> ObjectEvaluatedNames
Returns a duplicate of the value. Read more
1.0.0 · 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 ObjectEvaluatedNames
impl Debug for ObjectEvaluatedNames
Source§impl Default for ObjectEvaluatedNames
impl Default for ObjectEvaluatedNames
Source§fn default() -> ObjectEvaluatedNames
fn default() -> ObjectEvaluatedNames
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ObjectEvaluatedNames
impl !RefUnwindSafe for ObjectEvaluatedNames
impl !Send for ObjectEvaluatedNames
impl !Sync for ObjectEvaluatedNames
impl Unpin for ObjectEvaluatedNames
impl UnsafeUnpin for ObjectEvaluatedNames
impl !UnwindSafe for ObjectEvaluatedNames
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