pub struct Vor {
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 Vor
impl RefUnwindSafe for Vor
impl Send for Vor
impl Sync for Vor
impl Unpin for Vor
impl UnwindSafe for Vor
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