pub struct ActionCompaction {}Expand description
antigravity.localharness.ActionCompaction
Trait Implementations§
Source§impl Clone for ActionCompaction
impl Clone for ActionCompaction
Source§fn clone(&self) -> ActionCompaction
fn clone(&self) -> ActionCompaction
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 ActionCompaction
impl Debug for ActionCompaction
Source§impl Default for ActionCompaction
impl Default for ActionCompaction
Source§fn default() -> ActionCompaction
fn default() -> ActionCompaction
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ActionCompaction
impl<'de> Deserialize<'de> for ActionCompaction
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 ActionCompaction
impl PartialEq for ActionCompaction
Source§impl Serialize for ActionCompaction
impl Serialize for ActionCompaction
impl StructuralPartialEq for ActionCompaction
Auto Trait Implementations§
impl Freeze for ActionCompaction
impl RefUnwindSafe for ActionCompaction
impl Send for ActionCompaction
impl Sync for ActionCompaction
impl Unpin for ActionCompaction
impl UnsafeUnpin for ActionCompaction
impl UnwindSafe for ActionCompaction
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