pub struct EditAccountStrikeData {
pub reason: String,
}Expand description
Strike information edit data
Fields§
§reason: StringNew attached reason
Trait Implementations§
Source§impl Clone for EditAccountStrikeData
impl Clone for EditAccountStrikeData
Source§fn clone(&self) -> EditAccountStrikeData
fn clone(&self) -> EditAccountStrikeData
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 EditAccountStrikeData
impl Debug for EditAccountStrikeData
Source§impl Serialize for EditAccountStrikeData
impl Serialize for EditAccountStrikeData
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for EditAccountStrikeData
impl RefUnwindSafe for EditAccountStrikeData
impl Send for EditAccountStrikeData
impl Sync for EditAccountStrikeData
impl Unpin for EditAccountStrikeData
impl UnsafeUnpin for EditAccountStrikeData
impl UnwindSafe for EditAccountStrikeData
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