Struct donet_core::dcswitch::interim::DCSwitch
source · pub struct DCSwitch {
pub name: Option<String>,
pub key_parameter: u8,
}
Fields§
§name: Option<String>
§key_parameter: u8
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DCSwitch
impl RefUnwindSafe for DCSwitch
impl Send for DCSwitch
impl Sync for DCSwitch
impl Unpin for DCSwitch
impl UnwindSafe for DCSwitch
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