pub struct UpdateEntityByIdRequestBuilder { /* private fields */ }
Expand description
Builder for UpdateEntityByIdRequest
.
Implementations§
source§impl UpdateEntityByIdRequestBuilder
impl UpdateEntityByIdRequestBuilder
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<UpdateEntityByIdRequest, UpdateEntityByIdRequestBuilderError>
pub fn build( &self, ) -> Result<UpdateEntityByIdRequest, UpdateEntityByIdRequestBuilderError>
Trait Implementations§
source§impl Clone for UpdateEntityByIdRequestBuilder
impl Clone for UpdateEntityByIdRequestBuilder
source§fn clone(&self) -> UpdateEntityByIdRequestBuilder
fn clone(&self) -> UpdateEntityByIdRequestBuilder
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 UpdateEntityByIdRequestBuilder
impl RefUnwindSafe for UpdateEntityByIdRequestBuilder
impl Send for UpdateEntityByIdRequestBuilder
impl Sync for UpdateEntityByIdRequestBuilder
impl Unpin for UpdateEntityByIdRequestBuilder
impl UnwindSafe for UpdateEntityByIdRequestBuilder
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
)