pub struct SeatbeltStrategy;Expand description
macOS Seatbelt strategy. See module docs.
Trait Implementations§
Source§impl SandboxStrategy for SeatbeltStrategy
impl SandboxStrategy for SeatbeltStrategy
Auto Trait Implementations§
impl Freeze for SeatbeltStrategy
impl RefUnwindSafe for SeatbeltStrategy
impl Send for SeatbeltStrategy
impl Sync for SeatbeltStrategy
impl Unpin for SeatbeltStrategy
impl UnsafeUnpin for SeatbeltStrategy
impl UnwindSafe for SeatbeltStrategy
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