pub struct SapActor { /* private fields */ }Auto Trait Implementations§
impl Freeze for SapActor
impl RefUnwindSafe for SapActor
impl Send for SapActor
impl Sync for SapActor
impl Unpin for SapActor
impl UnsafeUnpin for SapActor
impl UnwindSafe for SapActor
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