pub struct UpdateAccountAuthBody {
pub operations: Vec<Value>,
}Fields§
§operations: Vec<Value>Implementations§
Trait Implementations§
Source§impl Clone for UpdateAccountAuthBody
impl Clone for UpdateAccountAuthBody
Source§fn clone(&self) -> UpdateAccountAuthBody
fn clone(&self) -> UpdateAccountAuthBody
Returns a duplicate 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 moreSource§impl Debug for UpdateAccountAuthBody
impl Debug for UpdateAccountAuthBody
Source§impl<'de> Deserialize<'de> for UpdateAccountAuthBody
impl<'de> Deserialize<'de> for UpdateAccountAuthBody
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpdateAccountAuthBody
impl PartialEq for UpdateAccountAuthBody
Source§impl Serialize for UpdateAccountAuthBody
impl Serialize for UpdateAccountAuthBody
impl StructuralPartialEq for UpdateAccountAuthBody
Auto Trait Implementations§
impl Freeze for UpdateAccountAuthBody
impl RefUnwindSafe for UpdateAccountAuthBody
impl Send for UpdateAccountAuthBody
impl Sync for UpdateAccountAuthBody
impl Unpin for UpdateAccountAuthBody
impl UnsafeUnpin for UpdateAccountAuthBody
impl UnwindSafe for UpdateAccountAuthBody
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