pub struct ReplayOptions {
pub bundle: GhLogBundle,
pub permissions: Option<PermissionSet>,
pub unsafe_full_payloads: bool,
}Fields§
§bundle: GhLogBundle§permissions: Option<PermissionSet>§unsafe_full_payloads: boolTrait Implementations§
Source§impl Clone for ReplayOptions
impl Clone for ReplayOptions
Auto Trait Implementations§
impl Freeze for ReplayOptions
impl RefUnwindSafe for ReplayOptions
impl Send for ReplayOptions
impl Sync for ReplayOptions
impl Unpin for ReplayOptions
impl UnsafeUnpin for ReplayOptions
impl UnwindSafe for ReplayOptions
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