pub struct SetConnectable(/* private fields */);
Expand description
Set Connectable Command
Implementations§
Trait Implementations§
Source§impl AsMut<bool> for SetConnectable
impl AsMut<bool> for SetConnectable
Source§impl AsRef<bool> for SetConnectable
impl AsRef<bool> for SetConnectable
Source§impl CommandRequest for SetConnectable
impl CommandRequest for SetConnectable
Source§const CODE: CommandCode = CommandCode::SetConnectable
const CODE: CommandCode = CommandCode::SetConnectable
Command code.
Source§type Reply = SetConnectableReply
type Reply = SetConnectableReply
Return type for this command.
Source§impl Debug for SetConnectable
impl Debug for SetConnectable
Source§impl Deref for SetConnectable
impl Deref for SetConnectable
Source§impl DerefMut for SetConnectable
impl DerefMut for SetConnectable
Source§impl From<SetConnectable> for Command
impl From<SetConnectable> for Command
Source§fn from(v: SetConnectable) -> Self
fn from(v: SetConnectable) -> Self
Converts to this type from the input type.
Source§impl From<bool> for SetConnectable
impl From<bool> for SetConnectable
Auto Trait Implementations§
impl Freeze for SetConnectable
impl RefUnwindSafe for SetConnectable
impl Send for SetConnectable
impl Sync for SetConnectable
impl Unpin for SetConnectable
impl UnwindSafe for SetConnectable
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