pub struct ListTitle {
pub fleet: String,
pub network: String,
}Expand description
ListTitle
Fields§
§fleet: String§network: StringImplementations§
Trait Implementations§
impl Eq for ListTitle
impl StructuralPartialEq for ListTitle
Auto Trait Implementations§
impl Freeze for ListTitle
impl RefUnwindSafe for ListTitle
impl Send for ListTitle
impl Sync for ListTitle
impl Unpin for ListTitle
impl UnsafeUnpin for ListTitle
impl UnwindSafe for ListTitle
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