pub struct ForceCompactCommand {}Expand description
Empty payload rather than a unit variant so deny_unknown_fields still applies.
Trait Implementations§
Source§impl Clone for ForceCompactCommand
impl Clone for ForceCompactCommand
Source§fn clone(&self) -> ForceCompactCommand
fn clone(&self) -> ForceCompactCommand
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 ForceCompactCommand
impl Debug for ForceCompactCommand
Source§impl Default for ForceCompactCommand
impl Default for ForceCompactCommand
Source§fn default() -> ForceCompactCommand
fn default() -> ForceCompactCommand
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ForceCompactCommand
impl<'de> Deserialize<'de> for ForceCompactCommand
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 ForceCompactCommand
impl PartialEq for ForceCompactCommand
Source§impl Serialize for ForceCompactCommand
impl Serialize for ForceCompactCommand
impl StructuralPartialEq for ForceCompactCommand
Auto Trait Implementations§
impl Freeze for ForceCompactCommand
impl RefUnwindSafe for ForceCompactCommand
impl Send for ForceCompactCommand
impl Sync for ForceCompactCommand
impl Unpin for ForceCompactCommand
impl UnsafeUnpin for ForceCompactCommand
impl UnwindSafe for ForceCompactCommand
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