pub struct OtherExtensions {
pub values: Vec<String>,
pub extension: char,
}
Fields§
§values: Vec<String>
§extension: char
Trait Implementations§
Source§impl Debug for OtherExtensions
impl Debug for OtherExtensions
Source§impl Display for OtherExtensions
impl Display for OtherExtensions
Source§impl PartialEq for OtherExtensions
impl PartialEq for OtherExtensions
impl StructuralPartialEq for OtherExtensions
Auto Trait Implementations§
impl Freeze for OtherExtensions
impl RefUnwindSafe for OtherExtensions
impl Send for OtherExtensions
impl Sync for OtherExtensions
impl Unpin for OtherExtensions
impl UnwindSafe for OtherExtensions
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