pub struct GetFeatureStateReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetFeatureStateReturnObject.
Implementations§
Source§impl GetFeatureStateReturnObjectBuilder
impl GetFeatureStateReturnObjectBuilder
pub fn feature_enabled(&mut self, value: bool) -> &mut Self
Sourcepub fn build(
&self,
) -> Result<GetFeatureStateReturnObject, GetFeatureStateReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetFeatureStateReturnObject, GetFeatureStateReturnObjectBuilderError>
Trait Implementations§
Source§impl Clone for GetFeatureStateReturnObjectBuilder
impl Clone for GetFeatureStateReturnObjectBuilder
Source§fn clone(&self) -> GetFeatureStateReturnObjectBuilder
fn clone(&self) -> GetFeatureStateReturnObjectBuilder
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 GetFeatureStateReturnObjectBuilder
impl RefUnwindSafe for GetFeatureStateReturnObjectBuilder
impl Send for GetFeatureStateReturnObjectBuilder
impl Sync for GetFeatureStateReturnObjectBuilder
impl Unpin for GetFeatureStateReturnObjectBuilder
impl UnsafeUnpin for GetFeatureStateReturnObjectBuilder
impl UnwindSafe for GetFeatureStateReturnObjectBuilder
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