pub struct Ndb {
pub identifier: String,
pub position: Position<Valid>,
pub frequency: String,
}Fields§
§identifier: String§position: Position<Valid>§frequency: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Ndb
impl RefUnwindSafe for Ndb
impl Send for Ndb
impl Sync for Ndb
impl Unpin for Ndb
impl UnwindSafe for Ndb
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