pub struct NameTest {
pub prefix: Option<String>,
pub local_part: String,
}
Fields§
§prefix: Option<String>
§local_part: String
Trait Implementations§
impl StructuralPartialEq for NameTest
Auto Trait Implementations§
impl Freeze for NameTest
impl RefUnwindSafe for NameTest
impl Send for NameTest
impl Sync for NameTest
impl Unpin for NameTest
impl UnwindSafe for NameTest
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