pub struct RelatedAttackPattern {
pub caped_id: i64,
}Fields§
§caped_id: i64Trait Implementations§
Source§impl Debug for RelatedAttackPattern
impl Debug for RelatedAttackPattern
Source§impl<'de> Deserialize<'de> for RelatedAttackPattern
impl<'de> Deserialize<'de> for RelatedAttackPattern
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
Auto Trait Implementations§
impl Freeze for RelatedAttackPattern
impl RefUnwindSafe for RelatedAttackPattern
impl Send for RelatedAttackPattern
impl Sync for RelatedAttackPattern
impl Unpin for RelatedAttackPattern
impl UnwindSafe for RelatedAttackPattern
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