pub struct ServiceMenu {
pub options: Options<'static>,
pub services: Services<'static>,
}
Expand description
Type for data within the
Fields§
§options: Options<'static>
§services: Services<'static>
Trait Implementations§
Source§impl Debug for ServiceMenu
impl Debug for ServiceMenu
Source§impl<'a, 'de: 'a> Deserialize<'de> for ServiceMenu
impl<'a, 'de: 'a> Deserialize<'de> for ServiceMenu
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserializes the ServiceMenu
type
Source§impl PartialEq for ServiceMenu
impl PartialEq for ServiceMenu
impl Eq for ServiceMenu
impl StructuralPartialEq for ServiceMenu
Auto Trait Implementations§
impl Freeze for ServiceMenu
impl RefUnwindSafe for ServiceMenu
impl Send for ServiceMenu
impl Sync for ServiceMenu
impl Unpin for ServiceMenu
impl UnwindSafe for ServiceMenu
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