pub struct OwnedSs { /* private fields */ }Expand description
An owned visa session.
Trait Implementations§
impl Eq for OwnedSs
impl StructuralPartialEq for OwnedSs
Auto Trait Implementations§
impl Freeze for OwnedSs
impl RefUnwindSafe for OwnedSs
impl Send for OwnedSs
impl Sync for OwnedSs
impl Unpin for OwnedSs
impl UnwindSafe for OwnedSs
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