pub struct DisableAccountAuthOperation {
pub authority: String,
}Fields§
Trait Implementations§
Source§impl Clone for DisableAccountAuthOperation
impl Clone for DisableAccountAuthOperation
Source§fn clone(&self) -> DisableAccountAuthOperation
fn clone(&self) -> DisableAccountAuthOperation
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 DisableAccountAuthOperation
impl Debug for DisableAccountAuthOperation
Source§impl<'de> Deserialize<'de> for DisableAccountAuthOperation
impl<'de> Deserialize<'de> for DisableAccountAuthOperation
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
impl StructuralPartialEq for DisableAccountAuthOperation
Auto Trait Implementations§
impl Freeze for DisableAccountAuthOperation
impl RefUnwindSafe for DisableAccountAuthOperation
impl Send for DisableAccountAuthOperation
impl Sync for DisableAccountAuthOperation
impl Unpin for DisableAccountAuthOperation
impl UnsafeUnpin for DisableAccountAuthOperation
impl UnwindSafe for DisableAccountAuthOperation
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