pub struct UnsafeApi {
pub api_name: String,
pub sps: Vec<HashSet<Sp>>,
}
Fields§
§api_name: String
§sps: Vec<HashSet<Sp>>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnsafeApi
impl RefUnwindSafe for UnsafeApi
impl Send for UnsafeApi
impl Sync for UnsafeApi
impl Unpin for UnsafeApi
impl UnwindSafe for UnsafeApi
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