Struct atrium_api::com::atproto::admin::defs::ActionViewCurrent
source · pub struct ActionViewCurrent {
pub action: ActionType,
pub id: i32,
}Expand description
com.atproto.admin.defs#actionViewCurrent
Fields§
§action: ActionType§id: i32Trait Implementations§
source§impl Clone for ActionViewCurrent
impl Clone for ActionViewCurrent
source§fn clone(&self) -> ActionViewCurrent
fn clone(&self) -> ActionViewCurrent
Returns a copy 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 ActionViewCurrent
impl Debug for ActionViewCurrent
source§impl<'de> Deserialize<'de> for ActionViewCurrent
impl<'de> Deserialize<'de> for ActionViewCurrent
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<ActionViewCurrent> for ActionViewCurrent
impl PartialEq<ActionViewCurrent> for ActionViewCurrent
source§fn eq(&self, other: &ActionViewCurrent) -> bool
fn eq(&self, other: &ActionViewCurrent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for ActionViewCurrent
impl Serialize for ActionViewCurrent
impl Eq for ActionViewCurrent
impl StructuralEq for ActionViewCurrent
impl StructuralPartialEq for ActionViewCurrent
Auto Trait Implementations§
impl RefUnwindSafe for ActionViewCurrent
impl Send for ActionViewCurrent
impl Sync for ActionViewCurrent
impl Unpin for ActionViewCurrent
impl UnwindSafe for ActionViewCurrent
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