pub struct SSID { /* private fields */ }Expand description
A human-readable network name.
Trait Implementations§
impl Copy for SSID
Auto Trait Implementations§
impl Freeze for SSID
impl RefUnwindSafe for SSID
impl Send for SSID
impl Sync for SSID
impl Unpin for SSID
impl UnwindSafe for SSID
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