pub struct HudrmSpec {
pub server_id: u32,
}
Fields§
§server_id: u32
Trait Implementations§
Source§impl Deserialize for HudrmSpec
impl Deserialize for HudrmSpec
fn deserialize(deser: &mut Deserializer<'_>) -> DeserializeResult<Self>
Source§impl From<HudrmSpec> for ToClientCommand
impl From<HudrmSpec> for ToClientCommand
impl StructuralPartialEq for HudrmSpec
Auto Trait Implementations§
impl Freeze for HudrmSpec
impl RefUnwindSafe for HudrmSpec
impl Send for HudrmSpec
impl Sync for HudrmSpec
impl Unpin for HudrmSpec
impl UnwindSafe for HudrmSpec
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