pub struct SetPropertyRulePropertyNameReturnObjectBuilder { /* private fields */ }Expand description
Builder for SetPropertyRulePropertyNameReturnObject.
Implementations§
Source§impl SetPropertyRulePropertyNameReturnObjectBuilder
impl SetPropertyRulePropertyNameReturnObjectBuilder
Sourcepub fn property_name(&mut self, value: Value) -> &mut Self
pub fn property_name(&mut self, value: Value) -> &mut Self
The resulting key text after modification.
Sourcepub fn build(
&self,
) -> Result<SetPropertyRulePropertyNameReturnObject, SetPropertyRulePropertyNameReturnObjectBuilderError>
pub fn build( &self, ) -> Result<SetPropertyRulePropertyNameReturnObject, SetPropertyRulePropertyNameReturnObjectBuilderError>
Builds a new SetPropertyRulePropertyNameReturnObject.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for SetPropertyRulePropertyNameReturnObjectBuilder
impl Clone for SetPropertyRulePropertyNameReturnObjectBuilder
Source§fn clone(&self) -> SetPropertyRulePropertyNameReturnObjectBuilder
fn clone(&self) -> SetPropertyRulePropertyNameReturnObjectBuilder
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 moreAuto Trait Implementations§
impl Freeze for SetPropertyRulePropertyNameReturnObjectBuilder
impl RefUnwindSafe for SetPropertyRulePropertyNameReturnObjectBuilder
impl Send for SetPropertyRulePropertyNameReturnObjectBuilder
impl Sync for SetPropertyRulePropertyNameReturnObjectBuilder
impl Unpin for SetPropertyRulePropertyNameReturnObjectBuilder
impl UnsafeUnpin for SetPropertyRulePropertyNameReturnObjectBuilder
impl UnwindSafe for SetPropertyRulePropertyNameReturnObjectBuilder
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