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