pub struct BehaviorLog {
pub text: String,
pub status_code: u8,
}Fields§
§text: String§status_code: u8Implementations§
Trait Implementations§
Source§impl Clone for BehaviorLog
impl Clone for BehaviorLog
Source§fn clone(&self) -> BehaviorLog
fn clone(&self) -> BehaviorLog
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 BehaviorLog
impl Debug for BehaviorLog
Source§impl Default for BehaviorLog
impl Default for BehaviorLog
Source§impl<'de> Deserialize<'de> for BehaviorLog
impl<'de> Deserialize<'de> for BehaviorLog
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 BehaviorLog
impl PartialEq for BehaviorLog
Source§impl Serialize for BehaviorLog
impl Serialize for BehaviorLog
impl Message for BehaviorLog
impl StructuralPartialEq for BehaviorLog
Auto Trait Implementations§
impl Freeze for BehaviorLog
impl RefUnwindSafe for BehaviorLog
impl Send for BehaviorLog
impl Sync for BehaviorLog
impl Unpin for BehaviorLog
impl UnwindSafe for BehaviorLog
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