pub struct Modified {
pub address: String,
pub value: Value,
}
Expand description
A response type that is used when modifying a resource.
Fields§
§address: String
Address of the changed attribute.
value: Value
New value of the attribute.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Modified
impl<'de> Deserialize<'de> for Modified
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
impl Eq for Modified
impl StructuralPartialEq for Modified
Auto Trait Implementations§
impl Freeze for Modified
impl RefUnwindSafe for Modified
impl Send for Modified
impl Sync for Modified
impl Unpin for Modified
impl UnwindSafe for Modified
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