pub struct BehaviorSync {
pub behavior_id: i32,
pub current_state_checksums: Vec<i32>,
}Fields§
§behavior_id: i32§current_state_checksums: Vec<i32>Implementations§
Trait Implementations§
Source§impl Clone for BehaviorSync
impl Clone for BehaviorSync
Source§fn clone(&self) -> BehaviorSync
fn clone(&self) -> BehaviorSync
Returns a duplicate 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 BehaviorSync
impl Debug for BehaviorSync
Source§impl Default for BehaviorSync
impl Default for BehaviorSync
Source§impl<'de> Deserialize<'de> for BehaviorSync
impl<'de> Deserialize<'de> for BehaviorSync
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 BehaviorSync
impl PartialEq for BehaviorSync
Source§impl Serialize for BehaviorSync
impl Serialize for BehaviorSync
impl Message for BehaviorSync
impl StructuralPartialEq for BehaviorSync
Auto Trait Implementations§
impl Freeze for BehaviorSync
impl RefUnwindSafe for BehaviorSync
impl Send for BehaviorSync
impl Sync for BehaviorSync
impl Unpin for BehaviorSync
impl UnwindSafe for BehaviorSync
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