pub struct GCIRSessionReplayInfo {
pub can_record_session: Option<bool>,
pub session_recording_rate: Option<f64>,
pub recording_blocked: Option<bool>,
pub passes_session_recording_targeting: Option<bool>,
pub session_recording_event_triggers: Option<HashMap<String, SessionReplayTrigger>>,
pub session_recording_exposure_triggers: Option<HashMap<String, SessionReplayTrigger>>,
}Fields§
§can_record_session: Option<bool>§session_recording_rate: Option<f64>§recording_blocked: Option<bool>§passes_session_recording_targeting: Option<bool>§session_recording_event_triggers: Option<HashMap<String, SessionReplayTrigger>>§session_recording_exposure_triggers: Option<HashMap<String, SessionReplayTrigger>>Auto Trait Implementations§
impl Freeze for GCIRSessionReplayInfo
impl RefUnwindSafe for GCIRSessionReplayInfo
impl Send for GCIRSessionReplayInfo
impl Sync for GCIRSessionReplayInfo
impl Unpin for GCIRSessionReplayInfo
impl UnwindSafe for GCIRSessionReplayInfo
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