pub struct StationProfile {
pub id: String,
}Fields§
§id: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for StationProfile
impl RefUnwindSafe for StationProfile
impl Send for StationProfile
impl Sync for StationProfile
impl Unpin for StationProfile
impl UnsafeUnpin for StationProfile
impl UnwindSafe for StationProfile
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