pub struct CreateEntityRequestBuilder { /* private fields */ }
Expand description
Builder for CreateEntityRequest
.
Implementations§
source§impl CreateEntityRequestBuilder
impl CreateEntityRequestBuilder
sourcepub fn metadata<VALUE: Into<HashMap<String, String>>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn metadata<VALUE: Into<HashMap<String, String>>>( &mut self, value: VALUE, ) -> &mut Self
Metadata to be associated with the entity.
sourcepub fn policies<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
pub fn policies<VALUE: Into<Vec<String>>>(&mut self, value: VALUE) -> &mut Self
Policies to be tied to the entity.
sourcepub fn disabled<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
pub fn disabled<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
Whether the entity is disabled. Disabled entities’ associated tokens cannot be used, but are not revoked.
sourcepub fn build(
&self,
) -> Result<CreateEntityRequest, CreateEntityRequestBuilderError>
pub fn build( &self, ) -> Result<CreateEntityRequest, CreateEntityRequestBuilderError>
Trait Implementations§
source§impl Clone for CreateEntityRequestBuilder
impl Clone for CreateEntityRequestBuilder
source§fn clone(&self) -> CreateEntityRequestBuilder
fn clone(&self) -> CreateEntityRequestBuilder
Returns a copy 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 CreateEntityRequestBuilder
impl RefUnwindSafe for CreateEntityRequestBuilder
impl Send for CreateEntityRequestBuilder
impl Sync for CreateEntityRequestBuilder
impl Unpin for CreateEntityRequestBuilder
impl UnwindSafe for CreateEntityRequestBuilder
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)