pub struct UpdateContextChange {
pub operation: String,
pub entity_kind: String,
pub entity_id: String,
pub payload_json: String,
pub reason: String,
pub scopes: Vec<String>,
}Fields§
§operation: String§entity_kind: String§entity_id: String§payload_json: String§reason: String§scopes: Vec<String>Trait Implementations§
Source§impl Clone for UpdateContextChange
impl Clone for UpdateContextChange
Source§fn clone(&self) -> UpdateContextChange
fn clone(&self) -> UpdateContextChange
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UpdateContextChange
impl Debug for UpdateContextChange
impl Eq for UpdateContextChange
Source§impl PartialEq for UpdateContextChange
impl PartialEq for UpdateContextChange
impl StructuralPartialEq for UpdateContextChange
Auto Trait Implementations§
impl Freeze for UpdateContextChange
impl RefUnwindSafe for UpdateContextChange
impl Send for UpdateContextChange
impl Sync for UpdateContextChange
impl Unpin for UpdateContextChange
impl UnsafeUnpin for UpdateContextChange
impl UnwindSafe for UpdateContextChange
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