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