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