pub struct FleetLayoutDropped {
pub positions: i64,
pub edges: i64,
pub notes: i64,
pub drafts: i64,
}Expand description
Present ONLY when the save discarded something. Counts per collection of the items that did not survive the caps or validation. A 200 without this field saved everything.
Fields§
§positions: i64§edges: i64§notes: i64§drafts: i64Trait Implementations§
Source§impl Clone for FleetLayoutDropped
impl Clone for FleetLayoutDropped
Source§fn clone(&self) -> FleetLayoutDropped
fn clone(&self) -> FleetLayoutDropped
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 FleetLayoutDropped
impl Debug for FleetLayoutDropped
Source§impl Default for FleetLayoutDropped
impl Default for FleetLayoutDropped
Source§fn default() -> FleetLayoutDropped
fn default() -> FleetLayoutDropped
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FleetLayoutDropped
impl<'de> Deserialize<'de> for FleetLayoutDropped
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 FleetLayoutDropped
impl PartialEq for FleetLayoutDropped
Source§impl Serialize for FleetLayoutDropped
impl Serialize for FleetLayoutDropped
impl StructuralPartialEq for FleetLayoutDropped
Auto Trait Implementations§
impl Freeze for FleetLayoutDropped
impl RefUnwindSafe for FleetLayoutDropped
impl Send for FleetLayoutDropped
impl Sync for FleetLayoutDropped
impl Unpin for FleetLayoutDropped
impl UnsafeUnpin for FleetLayoutDropped
impl UnwindSafe for FleetLayoutDropped
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