pub struct SetSecureConnections(/* private fields */);
Expand description
Set Secure Connections Command
Implementations§
Source§impl SetSecureConnections
impl SetSecureConnections
Sourcepub fn new(f0: SecureConnections) -> Self
pub fn new(f0: SecureConnections) -> Self
Constructs a new SetSecureConnections
.
Trait Implementations§
Source§impl AsMut<SecureConnections> for SetSecureConnections
impl AsMut<SecureConnections> for SetSecureConnections
Source§fn as_mut(&mut self) -> &mut SecureConnections
fn as_mut(&mut self) -> &mut SecureConnections
Converts this type into a mutable reference of the (usually inferred) input type.
Source§impl AsRef<SecureConnections> for SetSecureConnections
impl AsRef<SecureConnections> for SetSecureConnections
Source§fn as_ref(&self) -> &SecureConnections
fn as_ref(&self) -> &SecureConnections
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl CommandRequest for SetSecureConnections
impl CommandRequest for SetSecureConnections
Source§const CODE: CommandCode = CommandCode::SetSecureConnections
const CODE: CommandCode = CommandCode::SetSecureConnections
Command code.
Source§type Reply = SetSecureConnectionsReply
type Reply = SetSecureConnectionsReply
Return type for this command.
Source§impl Debug for SetSecureConnections
impl Debug for SetSecureConnections
Source§impl Deref for SetSecureConnections
impl Deref for SetSecureConnections
Source§impl DerefMut for SetSecureConnections
impl DerefMut for SetSecureConnections
Source§impl From<SecureConnections> for SetSecureConnections
impl From<SecureConnections> for SetSecureConnections
Source§fn from(v: SecureConnections) -> Self
fn from(v: SecureConnections) -> Self
Converts to this type from the input type.
Source§impl From<SetSecureConnections> for Command
impl From<SetSecureConnections> for Command
Source§fn from(v: SetSecureConnections) -> Self
fn from(v: SetSecureConnections) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SetSecureConnections
impl RefUnwindSafe for SetSecureConnections
impl Send for SetSecureConnections
impl Sync for SetSecureConnections
impl Unpin for SetSecureConnections
impl UnwindSafe for SetSecureConnections
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