pub struct Feature {
pub name: String,
pub min_supported_version: i16,
pub max_supported_version: i16,
pub unknown_tagged_fields: UnknownTaggedFields,
}Fields§
§name: String§min_supported_version: i16§max_supported_version: i16§unknown_tagged_fields: UnknownTaggedFieldsTrait Implementations§
impl Eq for Feature
impl StructuralPartialEq for Feature
Auto Trait Implementations§
impl Freeze for Feature
impl RefUnwindSafe for Feature
impl Send for Feature
impl Sync for Feature
impl Unpin for Feature
impl UnsafeUnpin for Feature
impl UnwindSafe for Feature
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