pub struct SocialChannel(/* private fields */);Implementations§
Source§impl SocialChannel
impl SocialChannel
pub const DEFAULT: SocialChannel
pub const fn new(channel: WifiChannel) -> Option<SocialChannel>
pub const fn channel(self) -> WifiChannel
Trait Implementations§
Source§impl Clone for SocialChannel
impl Clone for SocialChannel
Source§fn clone(&self) -> SocialChannel
fn clone(&self) -> SocialChannel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SocialChannel
Source§impl Debug for SocialChannel
impl Debug for SocialChannel
impl Eq for SocialChannel
Source§impl PartialEq for SocialChannel
impl PartialEq for SocialChannel
impl StructuralPartialEq for SocialChannel
Auto Trait Implementations§
impl Freeze for SocialChannel
impl RefUnwindSafe for SocialChannel
impl Send for SocialChannel
impl Sync for SocialChannel
impl Unpin for SocialChannel
impl UnsafeUnpin for SocialChannel
impl UnwindSafe for SocialChannel
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