pub struct NameAndLocation1 {
pub nm: String,
pub lctn: String,
}Fields§
§nm: String§lctn: StringImplementations§
Source§impl NameAndLocation1
impl NameAndLocation1
pub fn validate(&self) -> Result<(), ValidationError>
Auto Trait Implementations§
impl Freeze for NameAndLocation1
impl RefUnwindSafe for NameAndLocation1
impl Send for NameAndLocation1
impl Sync for NameAndLocation1
impl Unpin for NameAndLocation1
impl UnwindSafe for NameAndLocation1
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