pub enum InfoParts {
None,
}
Expand description
API parts for the Info API
Variants§
None
No parts
Implementations§
Trait Implementations§
impl Eq for InfoParts
impl StructuralPartialEq for InfoParts
Auto Trait Implementations§
impl Freeze for InfoParts
impl RefUnwindSafe for InfoParts
impl Send for InfoParts
impl Sync for InfoParts
impl Unpin for InfoParts
impl UnwindSafe for InfoParts
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