MCPcopy Create free account
hub / github.com/angular-rust/yew-components / set_valid

Method set_valid

src/text_inputs/validity_state.rs:108–111  ·  view source on GitHub ↗
(&mut self, value: bool)

Source from the content-addressed store, hash-verified

106 self
107 }
108 pub fn set_valid(&mut self, value: bool) -> &mut Self {
109 self.valid = value;
110 self
111 }
112 pub fn set_value_missing(&mut self, value: bool) -> &mut Self {
113 self.value_missing = value;
114 self

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected