pub struct _FridaSession { /* private fields */ }Trait Implementations§
Source§impl Clone for _FridaSession
impl Clone for _FridaSession
Source§fn clone(&self) -> _FridaSession
fn clone(&self) -> _FridaSession
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _FridaSession
impl Debug for _FridaSession
impl Copy for _FridaSession
Auto Trait Implementations§
impl Freeze for _FridaSession
impl RefUnwindSafe for _FridaSession
impl Send for _FridaSession
impl Sync for _FridaSession
impl Unpin for _FridaSession
impl UnwindSafe for _FridaSession
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