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