pub struct ArvanRecordContent {
pub record_type: &'static str,
pub value: Value,
}Fields§
§record_type: &'static str§value: ValueTrait Implementations§
Auto Trait Implementations§
impl Freeze for ArvanRecordContent
impl RefUnwindSafe for ArvanRecordContent
impl Send for ArvanRecordContent
impl Sync for ArvanRecordContent
impl Unpin for ArvanRecordContent
impl UnsafeUnpin for ArvanRecordContent
impl UnwindSafe for ArvanRecordContent
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