pub struct GetFeatureStateBuilder { /* private fields */ }Implementations§
Source§impl GetFeatureStateBuilder
impl GetFeatureStateBuilder
pub fn feature_state(self, feature_state: impl Into<String>) -> Self
pub fn build(self) -> Result<GetFeatureState, String>
Trait Implementations§
Source§impl Clone for GetFeatureStateBuilder
impl Clone for GetFeatureStateBuilder
Source§fn clone(&self) -> GetFeatureStateBuilder
fn clone(&self) -> GetFeatureStateBuilder
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 Default for GetFeatureStateBuilder
impl Default for GetFeatureStateBuilder
Source§fn default() -> GetFeatureStateBuilder
fn default() -> GetFeatureStateBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetFeatureStateBuilder
impl RefUnwindSafe for GetFeatureStateBuilder
impl Send for GetFeatureStateBuilder
impl Sync for GetFeatureStateBuilder
impl Unpin for GetFeatureStateBuilder
impl UnsafeUnpin for GetFeatureStateBuilder
impl UnwindSafe for GetFeatureStateBuilder
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