pub struct CaptureBaseCacheRecord {
pub said: String,
pub capture_base: String,
}
Fields§
§said: String
§capture_base: String
Implementations§
Source§impl CaptureBaseCacheRecord
impl CaptureBaseCacheRecord
pub fn new(capture_base: &CaptureBase) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CaptureBaseCacheRecord
impl RefUnwindSafe for CaptureBaseCacheRecord
impl Send for CaptureBaseCacheRecord
impl Sync for CaptureBaseCacheRecord
impl Unpin for CaptureBaseCacheRecord
impl UnwindSafe for CaptureBaseCacheRecord
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