Struct aws_sdk_grafana::model::UpdateInstruction
source · [−]#[non_exhaustive]pub struct UpdateInstruction { /* private fields */ }
Expand description
Contains the instructions for one Grafana role permission update in a UpdatePermissions operation.
Implementations
sourceimpl UpdateInstruction
impl UpdateInstruction
sourceimpl UpdateInstruction
impl UpdateInstruction
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateInstruction
.
Trait Implementations
sourceimpl Clone for UpdateInstruction
impl Clone for UpdateInstruction
sourcefn clone(&self) -> UpdateInstruction
fn clone(&self) -> UpdateInstruction
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UpdateInstruction
impl Debug for UpdateInstruction
sourceimpl PartialEq<UpdateInstruction> for UpdateInstruction
impl PartialEq<UpdateInstruction> for UpdateInstruction
sourcefn eq(&self, other: &UpdateInstruction) -> bool
fn eq(&self, other: &UpdateInstruction) -> bool
impl StructuralPartialEq for UpdateInstruction
Auto Trait Implementations
impl RefUnwindSafe for UpdateInstruction
impl Send for UpdateInstruction
impl Sync for UpdateInstruction
impl Unpin for UpdateInstruction
impl UnwindSafe for UpdateInstruction
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more